View Single Post

   
  #2 (permalink)  
Old 01-17-2008, 06:02 AM
Ulrich Windl
 
Posts: n/a
Default Re: sed with higher version than 3.02, supporting "-i" option

Rakesh UV <uvrakesh@gmail.com> writes:

> Hi All,
> I am having a lower version of sed 3.02 for hp-ux and
> it doesn't support the '-i' option
> does there exist a higher version


Q: "-i": "edit files in place"? You can alway work around that, just like when
sorting a file using "sort".

Otherwise there's GNU sed sed-4.1.5 (form OpenSUE 10.2):
URL : http://www.gnu.org/directory/sed.html
Summary : A Stream-Oriented Noninteractive Text Editor

Ulrich
Reply With Quote