Yesterday was just another ChaosMeeting in Nordhausen.
We had a small discussion there about Unix commands or better shell commands. Did you know for example that the opposite of a cat is a tac (reverse listing of the input stream)?
Or did you know that you can write something into a file until you write a special string?
basti@Woody:~$ cat << EOF > /tmp/foo > HELP > /me/ > _please_ > EOF basti@Woody:~$