perl -- executes perl
-i -- in-place editing
-n -- implict loop
-w -- turn on warnings (why?)
-e -- execute the following string as the program
print -- print what is in $_ (only executed if the unless is false)
unless -- execute the previous command if the result of the following
expression is 0, undef, or '' (or the equivalent)
32 .. 32 -- construct a list containing the numbers 32 through 32
filename -- the file to edit
In reply to Re: Re: Save all but line 32!
by cowens
in thread Save all but line 32!
by bronto
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |