TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Re: [TCLUG:1906] Shell Script Question -
In a message dated 10/27/98, 12:19:23 AM, tclug-list@listserv.real-time.com
writes:
<<
Boy, emacs really screwed that up...I would do the latter but with the
following change:
perl -i -p -e 's/\r//' [filenames...]
You need the -p to actually print the changes -n only changes $_, but
doesn't actually do anything with it at the end of the while(<>) loop.
Andrew>>
Yes that is so ! I should have tried it out before "shooting my fingers" I
guess..
Thanks.