/ Published in: Perl
Only some small one-liner's
======================
======================
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
# print a char or something else X times % perl -e 'print "a" x 32' aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa% ####### # Search and replase wird wildchars % perl -p -e 's/postfix/l0lfix/i' /etc/passwd # | tail -1 l0lfix:x:128:134::/var/spool/postfix:/bin/false