cshcmd revision 1.1 1 1.1 mrg csh(1) alias: shell macros.
2 1.1 mrg csh(1) bg: place job in background.
3 1.1 mrg csh(1) break: exit while/foreach loop.
4 1.1 mrg csh(1) breaksw: exit from switch.
5 1.1 mrg csh(1) case: selector in switch.
6 1.1 mrg csh(1) cd: change directory.
7 1.1 mrg csh(1) chdir: change directory.
8 1.1 mrg csh(1) continue: cycle in loop.
9 1.1 mrg csh(1) default: catchall clause in switch.
10 1.1 mrg csh(1) echo: echo arguments.
11 1.1 mrg csh(1) else: alternative commands.
12 1.1 mrg csh(1) end: terminate loop.
13 1.1 mrg csh(1) endif: terminate conditional.
14 1.1 mrg csh(1) endsw: terminate switch.
15 1.1 mrg csh(1) eval: re-evaluate shell data.
16 1.1 mrg csh(1) exec: overlay shell with specified command.
17 1.1 mrg csh(1) exit: leave shell.
18 1.1 mrg csh(1) fg: bring job into foreground.
19 1.1 mrg csh(1) foreach: loop over list of names.
20 1.1 mrg csh(1) glob: filename expand argument list.
21 1.1 mrg csh(1) goto: command transfer.
22 1.1 mrg csh(1) hashstat: print command hashing statistics.
23 1.1 mrg csh(1) history: print history event list.
24 1.1 mrg csh(1) if: conditional statement.
25 1.1 mrg csh(1) jobs: print current job list.
26 1.1 mrg csh(1) kill: kill jobs and processes.
27 1.1 mrg csh(1) limit: alter per-process resource limitations.
28 1.1 mrg csh(1) login: login new user.
29 1.1 mrg csh(1) logout: end session.
30 1.1 mrg csh(1) nice: run low priority process.
31 1.1 mrg csh(1) nohup: run command immune to hangups.
32 1.1 mrg csh(1) notify: request immediate notification.
33 1.1 mrg csh(1) onintr: process interrupts in command scripts.
34 1.1 mrg csh(1) popd: pop shell directory stack.
35 1.1 mrg csh(1) pushd: push shell directory stack.
36 1.1 mrg csh(1) rehash: recompute command hash table.
37 1.1 mrg csh(1) repeat: execute command repeatedly.
38 1.1 mrg csh(1) set: change value of shell variable.
39 1.1 mrg csh(1) setenv: set variable in environment.
40 1.1 mrg csh(1) shift: manipulate argument list.
41 1.1 mrg csh(1) source: read commands from file.
42 1.1 mrg csh(1) stop: halt a job or process.
43 1.1 mrg csh(1) suspend: suspend a shell, resuming its superior.
44 1.1 mrg csh(1) switch: multi-way command branch.
45 1.1 mrg csh(1) time: time command.
46 1.1 mrg csh(1) umask: change or display file creation mask.
47 1.1 mrg csh(1) unalias: remove aliases.
48 1.1 mrg csh(1) unhash: discard command hash table.
49 1.1 mrg csh(1) unlimit: remove resource limitations.
50 1.1 mrg csh(1) unsetenv: remove environment variables.
51 1.1 mrg csh(1) unset: discard shell variables.
52 1.1 mrg csh(1) wait: wait for background processes to complete.
53 1.1 mrg csh(1) while: repeat commands conditionally.
54 1.1 mrg csh(1) @: arithmetic on shell variables.
55