2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-05 12:00:16 +00:00

added perl one-liners

This commit is contained in:
Igor Chubin 2017-06-07 12:55:33 +00:00
parent b67b816e6d
commit 031442e1d9

View File

@ -23,7 +23,8 @@ perl -p -i -e 's/find/replace/g' filename
perl -p -i'.old' -e 's/find/replace/g' filename
# See also:
# Python language cheat sheets at /perl/
# Perl language cheat sheets at /perl/
# list of pages: /perl/:list
# learn perl: /perl/:learn
# perl one-liners: /perl/1line
# search in pages: /perl/~keyword