Re: run from command line

2002-02-07 Thread Carl Rogers
At 03:58 PM 2/6/2002 -0600, Booher Timothy B 1stLt AFRL/MNAC wrote: >Hello. I am trying to run a simple command to remove all the leading spaces >from a file and it just isn't working. No errors, just no results - still a >lot of leading spaces on each line. > >%perl -pi.bak -e 's/^\s+//' bomb1.tx

Re: run from command line

2002-02-06 Thread Brett W. McCoy
On Wed, 6 Feb 2002, Dennis G. Wicks wrote: > Strange. Works for me! > Is bomb1.txt writeable? > What system are you running on? > I tried it on linux/390 and cyqwin on NT4.0. And I tried it on Solaris 8 and cygwin on Win2k, with equal success. -- Brett

Re: run from command line

2002-02-06 Thread Dennis G. Wicks
Strange. Works for me! Is bomb1.txt writeable? What system are you running on? I tried it on linux/390 and cyqwin on NT4.0. >}On Feb 6, 15:58, Booher Timothy B 1stLt AFRL/MNAC wrote: >} Subject: run from command line >--_=_NextPart_001_01C1AF59.63C9E350 >Content-Type

Re: run from command line

2002-02-06 Thread Brett W. McCoy
On Wed, 6 Feb 2002, Booher Timothy B 1stLt AFRL/MNAC wrote: > Hello. I am trying to run a simple command to remove all the leading spaces > from a file and it just isn't working. No errors, just no results - still a > lot of leading spaces on each line. > > %perl -pi.bak -e 's/^\s+//' bomb1.txt

run from command line

2002-02-06 Thread Booher Timothy B 1stLt AFRL/MNAC
Hello. I am trying to run a simple command to remove all the leading spaces from a file and it just isn't working. No errors, just no results - still a lot of leading spaces on each line. %perl -pi.bak -e 's/^\s+//' bomb1.txt any ideas? tim