====== #!/bin/ksh ====== * [[OpenBSD]] * [[NetBSD]] * [[bash]] * [[csh]] * [[sh]] * [[tcsh]] * [[zsh]] * [[http://www.bolthole.com/solaris/ksh.html|ksh preparedness]] * [[http://www.well.ox.ac.uk/~johnb/comp/unix/ksh|KSH script basics]] * [[http://home.roadrunner.com/~computertaijutsu/ksh.html|Stupid Korn Shell Tricks]] - Good stuff for someone coming from bash * [[http://www.mcsr.olemiss.edu/unixhelp/shell/oview1.1.html|Summary of shell facilities]] == Source a file == Two ways. Using ''.'' you need to give it the path: . ./.kshrc . ~/.kshrc