.TH CSH 1 csh \- alias: shell macros. .TH CSH 1 csh \- break: exit while/foreach loop. .TH CSH 1 csh \- breaksw: exit from switch. .TH CSH 1 csh \- case: selector in switch. .TH CSH 1 csh \- cd: change directory. .TH CSH 1 csh \- chdir: change directory. .TH CSH 1 csh \- continue: cycle in loop. .TH CSH 1 csh \- default: catchall clause in switch. .TH CSH 1 csh \- echo: echo arguments. .TH CSH 1 csh \- else: alternative commands. .TH CSH 1 csh \- end: terminate loop. .TH CSH 1 csh \- endif: terminate conditional. .TH CSH 1 csh \- endsw: terminate switch. .TH CSH 1 csh \- exec: overlay shell with specified command. .TH CSH 1 csh \- exit: leave shell. .TH CSH 1 csh \- foreach: loop over list of names. .TH CSH 1 csh \- glob: filename expand argument list. .TH CSH 1 csh \- goto: command transfer. .TH CSH 1 csh \- hashstat: print command hashing statistics. .TH CSH 1 csh \- history: print history event list. .TH CSH 1 csh \- if: conditional statement. .TH CSH 1 csh \- login: login new user. .TH CSH 1 csh \- logout: end session. .TH CSH 1 csh \- nice: run low priority process. .TH CSH 1 csh \- nohup: run command immune to hangups. .TH CSH 1 csh \- onintr: process interrupts in command scripts. .TH CSH 1 csh \- rehash: recompute command hash table. .TH CSH 1 csh \- repeat: execute command repeatedly. .TH CSH 1 csh \- set: change value of shell variable. .TH CSH 1 csh \- setenv: set variable in environment. .TH CSH 1 csh \- shift: manipulate argument list. .TH CSH 1 csh \- source: read commands from file. .TH CSH 1 csh \- switch: multi-way command branch. .TH CSH 1 csh \- time: time command. .TH CSH 1 csh \- umask: change or display file creation mask. .TH CSH 1 csh \- unalias: remove aliases. .TH CSH 1 csh \- unhash: discard command hash table. .TH CSH 1 csh \- unset: discard shell variables. .TH CSH 1 csh \- wait: wait for background processes to complete. .TH CSH 1 csh \- while: repeat commands conditionally. .TH CSH 1 csh \- @: arithmetic on shell variables.