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