== Escape sequences == + -> special char + -> enter == Nice Helpers == Lines in lp-style: echo "abc\ndef\nghi" | cut -d '' -f 2-3 Select random line: sort -R | head -n 1