Cheat Sheet
This is common stuff that I always forget at the wrong moment, so I print this and put it on my wall at work. shell : To see what shell you are using (being in just “sh†explains a lot): echo $SHELL Make vi your command line editory: set -o vi Or, if you are still in sh, to switch to ksh and set vi as the command line editor: ksh -o vi crontab: minutes(0-59) hours(0-23) dates(1-31) months(1-12) days(0-6) * * * * * command Set your backspace key to work: stty erase BACKSPACE (It may be you just need… Continue Reading