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
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
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: text/plain;
> cha
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