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