UNIX COMMANDS

printenv Show all or specified environment variable. Usage: printenv printenv will print only this variable setenv Sets a particular environment variable. Usage: setenv Eg: setenv EDITOR emacs. setenv DISPLAY bernini.arc.cmu.edu:0.0 CUSTOMIZING alias Creates a shortcut for a command or series of commands. ................
................