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:// | ||
| + | |||
| + | == Set environment variables == | ||
| + | |||
| + | < | ||
| + | setenv BATCH yes | ||
| + | </ | ||
| + | |||
| + | == Create an alias == | ||
| + | |||
| + | < | ||
| + | alias ls "ls -G" | ||
| + | alias ll "ls -lAFG" | ||
| + | </ | ||