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
- Re: run from command line Booher Timothy B 1stLt AFRL/MNAC
- Re: run from command line Brett W. McCoy
- Re: run from command line Carl Rogers
- Re: run from command line Dennis G. Wicks
- Re: run from command line Brett W. McCoy