> alias exit "echo You can checkout any time you like, ; echo But you can never leave!"
> bindkey -c "^D" "echo You can checkout any time you like, ; echo But you can never leave!"
Recently in stupid unix tricks Category
> setenv EDITOR='crontab -e ; crontab -e'
> crontab -e
Go forkbomb! Go!
I know this can be done using any thing that uses $ENV{EDITOR} or the like, but crontab is just funny.
I am a bit bummed this does not work.
[kitsune@vixen42]/home/kitsune> rsync /dev/urandom /dev/null
skipping non-regular file "urandom"
cat Dune.txt | sed s/Spice/Oregano/g | sed s/spice/oregano/g > Dune\ -\ Oregano.txt
And it is now a way more entertaining read.
cat Dune.txt | sed s/Spice/LSD/g | sed s/spice/LSD/g > Dune\ -\ LSD.txt
And parts of the plot now make sense.