|
|
|
|
|
by phaylon
5531 days ago
|
|
The -e is what tells perl that "this is code, not a filename." One I regularly use (with perl) that doesn't seem to be mentioned yet is -p -i -e to inline modify files line-by-line. This is very nice for global search/replace actions on files found via find, grep or ack. |
|
For what it's worth (you may know this but maybe not everyone does), Ruby also provides the -i flag.