xref: /csrg-svn/share/man/man0/cshcmd (revision 67092)
128009Smckusickcsh(1) alias: shell macros.
228009Smckusickcsh(1) bg: place job in background.
328009Smckusickcsh(1) break: exit while/foreach loop.
428009Smckusickcsh(1) breaksw: exit from switch.
528009Smckusickcsh(1) case: selector in switch.
628009Smckusickcsh(1) cd: change directory.
728009Smckusickcsh(1) chdir: change directory.
828009Smckusickcsh(1) continue: cycle in loop.
928009Smckusickcsh(1) default: catchall clause in switch.
1028009Smckusickcsh(1) echo: echo arguments.
1128009Smckusickcsh(1) else: alternative commands.
1228009Smckusickcsh(1) end: terminate loop.
1328009Smckusickcsh(1) endif: terminate conditional.
1428009Smckusickcsh(1) endsw: terminate switch.
1528009Smckusickcsh(1) eval: re-evaluate shell data.
1628009Smckusickcsh(1) exec: overlay shell with specified command.
1728009Smckusickcsh(1) exit: leave shell.
1828009Smckusickcsh(1) fg: bring job into foreground.
1928009Smckusickcsh(1) foreach: loop over list of names.
2028009Smckusickcsh(1) glob: filename expand argument list.
2128009Smckusickcsh(1) goto: command transfer.
2228009Smckusickcsh(1) hashstat: print command hashing statistics.
2328009Smckusickcsh(1) history: print history event list.
2428009Smckusickcsh(1) if: conditional statement.
2528009Smckusickcsh(1) jobs: print current job list.
2628009Smckusickcsh(1) kill: kill jobs and processes.
2728009Smckusickcsh(1) limit: alter per-process resource limitations.
2828009Smckusickcsh(1) login: login new user.
2928009Smckusickcsh(1) logout: end session.
3028009Smckusickcsh(1) nice: run low priority process.
3128009Smckusickcsh(1) nohup: run command immune to hangups.
3228009Smckusickcsh(1) notify: request immediate notification.
3328009Smckusickcsh(1) onintr: process interrupts in command scripts.
3428009Smckusickcsh(1) popd: pop shell directory stack.
3528009Smckusickcsh(1) pushd: push shell directory stack.
3628009Smckusickcsh(1) rehash: recompute command hash table.
3728009Smckusickcsh(1) repeat: execute command repeatedly.
3828009Smckusickcsh(1) set: change value of shell variable.
3928009Smckusickcsh(1) setenv: set variable in environment.
4028009Smckusickcsh(1) shift: manipulate argument list.
4128009Smckusickcsh(1) source: read commands from file.
4228009Smckusickcsh(1) stop: halt a job or process.
4328009Smckusickcsh(1) suspend: suspend a shell, resuming its superior.
4428009Smckusickcsh(1) switch: multi-way command branch.
4528009Smckusickcsh(1) time: time command.
4628009Smckusickcsh(1) umask: change or display file creation mask.
4728009Smckusickcsh(1) unalias: remove aliases.
4828009Smckusickcsh(1) unhash: discard command hash table.
49*67092Smckusickcsh(1) unlimit: remove resource limitations.
5028009Smckusickcsh(1) unsetenv: remove environment variables.
5128009Smckusickcsh(1) unset: discard shell variables.
5228009Smckusickcsh(1) wait: wait for background processes to complete.
5328009Smckusickcsh(1) while: repeat commands conditionally.
5428009Smckusickcsh(1) @: arithmetic on shell variables.
55