Shell tips

With default ksh settings, you can type and validate "r" to repeat the last command. This is actually an alias to "fc -s" as you can observe by typing "type r" in your shell.