Mailing List Archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [tlug] sed or awk or what?



Or shorter:

sed -e '2s/\(.* \)\{8\}[^ ]*/\170' < A.txt

But I did not test on other systems than mine (linux):
I am always afraid when I use these kind of regexp
with sed, I had some bad experiences at work :-(

I am not sure this works on Solaris/AIX/MacOS X (yes,
the new one we can include in Unix tests!) and others. 

One example: some sed versions will need a "/" at the
end of the substitute command: It would be better to
add it in all cases.

br.

On Tue, 2002-08-06 at 21:07, Bruno Raoult wrote:
> What about this one?
> 
> sed -e '2 s/\(.* \)\{8\}[^ ]*\(.*\)/\170\2/' < A.txt
> 
> br.
> 
> 
> On Tue, 2002-08-06 at 18:00, Sven Simon wrote:
> > Here's a quick one:
> > 
> > I have a file where I'd like to change the 9th field on the second line
> > to, say, 70. Field seperator is space. I would think to go with sed and
> > do some sort of substitution, but I couldn't figure the right regex.
> > 
> > I know, it's probably a oneliner in perl, but I try to deepen my shell
> > scripting knowledge. So, someone please lead me in the right direction.
> > 
> > Cheers,
> > 
> > 
> > *************************************************
> > TLUG server is hosted by Global Online Japan
> > http://home.gol.com/index_e.html
> > *************************************************
> > 
> > =================================================
> > To unsubscribe from this mailing list, 
> > please see instructions at
> > http://www.tlug.jp/list.html
> > =================================================
> > 
> -- 
> "On the side of the software box, in the 'System Requirements' section, 
> it said 'Requires Windows 95 or better'. So I installed Linux."
>                 -- Anonymous
> 
-- 
WWJD?  JWRTFM!!
  -- /.

Attachment: signature.asc
Description: This is a digitally signed message part


Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links