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