fix to reeves fix of dgo handling (reset b_active to 1)
[unix-history] / .ref-BSD-3 / usr / man / man0 / cshwhatis
CommitLineData
21a176d6
BJ
1.TH CSH 1 csh \- alias: shell macros.
2.TH CSH 1 csh \- break: exit while/foreach loop.
3.TH CSH 1 csh \- breaksw: exit from switch.
4.TH CSH 1 csh \- case: selector in switch.
5.TH CSH 1 csh \- cd: change directory.
6.TH CSH 1 csh \- chdir: change directory.
7.TH CSH 1 csh \- continue: cycle in loop.
8.TH CSH 1 csh \- default: catchall clause in switch.
9.TH CSH 1 csh \- echo: echo arguments.
10.TH CSH 1 csh \- else: alternative commands.
11.TH CSH 1 csh \- end: terminate loop.
12.TH CSH 1 csh \- endif: terminate conditional.
13.TH CSH 1 csh \- endsw: terminate switch.
14.TH CSH 1 csh \- exec: overlay shell with specified command.
15.TH CSH 1 csh \- exit: leave shell.
16.TH CSH 1 csh \- foreach: loop over list of names.
17.TH CSH 1 csh \- glob: filename expand argument list.
18.TH CSH 1 csh \- goto: command transfer.
19.TH CSH 1 csh \- hashstat: print command hashing statistics.
20.TH CSH 1 csh \- history: print history event list.
21.TH CSH 1 csh \- if: conditional statement.
22.TH CSH 1 csh \- login: login new user.
23.TH CSH 1 csh \- logout: end session.
24.TH CSH 1 csh \- nice: run low priority process.
25.TH CSH 1 csh \- nohup: run command immune to hangups.
26.TH CSH 1 csh \- onintr: process interrupts in command scripts.
27.TH CSH 1 csh \- rehash: recompute command hash table.
28.TH CSH 1 csh \- repeat: execute command repeatedly.
29.TH CSH 1 csh \- set: change value of shell variable.
30.TH CSH 1 csh \- setenv: set variable in environment.
31.TH CSH 1 csh \- shift: manipulate argument list.
32.TH CSH 1 csh \- source: read commands from file.
33.TH CSH 1 csh \- switch: multi-way command branch.
34.TH CSH 1 csh \- time: time command.
35.TH CSH 1 csh \- umask: change or display file creation mask.
36.TH CSH 1 csh \- unalias: remove aliases.
37.TH CSH 1 csh \- unhash: discard command hash table.
38.TH CSH 1 csh \- unset: discard shell variables.
39.TH CSH 1 csh \- wait: wait for background processes to complete.
40.TH CSH 1 csh \- while: repeat commands conditionally.
41.TH CSH 1 csh \- @: arithmetic on shell variables.