====== #!/bin/tcsh ====== * [[FreeBSD]] * [[bash]] * [[csh]] * [[ksh]] * [[sh]] * [[zsh]] * [[http://www.mcsr.olemiss.edu/unixhelp/shell/oview1.1.html|Summary of shell facilities]] == Set environment variables == setenv BATCH yes == Create an alias == alias ls "ls -G" alias ll "ls -lAFG"