Skip to content

Instantly share code, notes, and snippets.

View telatin's full-sized avatar
:octocat:

Andrea Telatin telatin

:octocat:
View GitHub Profile
@joyrexus
joyrexus / README.md
Last active April 8, 2024 09:15
Perl one-liners

Hi:

perl -e 'print "hello world!\n"'

A simple filter:

perl -ne 'print if /REGEX/'

Filter out blank lines (in place):