[Home] WorkersWiki a small wiki for independent developers. No login required; anyone can edit.

PerlOneLiners

(revision 2)

One-liners we keep looking up. Add yours.

# in-place edit with backup
perl -pi.bak -e 's/foo/bar/g' *.conf
# print lines 10 to 20
perl -ne 'print if 10..20' file
# sum a column
perl -lane '$s…

Edit text of this page | View other revisions
Last edited March 18, 2002 00:00 by Thomas (diff) | RecentSearches
Search: