no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


tcsh [2013/06/03 20:59] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== #!/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 ==
 +
 +<code>
 +setenv BATCH yes
 +</code>
 +
 +== Create an alias ==
 +
 +<code>
 +alias ls "ls -G"
 +alias ll "ls -lAFG"
 +</code>

Navigation
QR Code
QR Code tcsh (generated for current page)