This repository has been archived by the owner on Apr 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
helppages
1 lines (1 loc) · 5.66 KB
/
helppages
1
declare -A helppages='([kill]="kill: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec] -- http://ix.io/aQ3" [pushd]="pushd: pushd [-n] [+N | -N | dir] -- http://ix.io/aQa" [false]="false: false -- http://ix.io/aPW" [printf]="printf: printf [-v var] format [arguments] -- http://ix.io/aQ9" [pwd]="pwd: pwd [-LP] -- http://ix.io/aQb" [export]="export: export [-fn] [name[=value] ...] or export -p -- http://ix.io/aPV" [return]="return: return [n] -- http://ix.io/aQf" [time]="time: time [-p] pipeline -- http://ix.io/aSk" [exec]="exec: exec [-cl] [-a name] [command [arguments ...]] [redirection ...] -- http://ix.io/aPT" [popd]="popd: popd [-n] [+N | -N] -- http://ix.io/aQ8" [alias]="alias: alias [-p] [name[=value] ... ] -- http://ix.io/aPB" [break]="break: break [n] -- http://ix.io/aPE" ["for (("]="for ((: for (( exp1; exp2; exp3 )); do COMMANDS; done -- http://ix.io/aSg" [let]="let: let arg [arg ...] -- http://ix.io/aQ4" [source]="source: source filename [arguments] -- http://ix.io/aQj" [until]="until: until COMMANDS; do COMMANDS; done -- http://ix.io/aSl" [declare]="declare: declare [-aAfFgilnrtux] [-p] [name[=value] ...] -- http://ix.io/aPN" [times]="times: times -- http://ix.io/aQm" [bind]="bind: bind [-lpsvPSVX] [-m keymap] [-f filename] [-q name] [-u name] [-r keyseq] [-x keyseq:shell-command] [keyseq:readline-function or readline-command] -- http://ix.io/aPD" [hash]="hash: hash [-lr] [-p pathname] [-dt] [name ...] -- http://ix.io/aQ0" [eval]="eval: eval [arg ...] -- http://ix.io/aPS" [logout]="logout: logout [n] -- http://ix.io/aQ6" [suspend]="suspend: suspend [-f] -- http://ix.io/aQk" [while]="while: while COMMANDS; do COMMANDS; done -- http://ix.io/aSn" [function]="function: function name { COMMANDS ; } or name () { COMMANDS ; } -- http://ix.io/aSh" ["(( ... ))"]="(( ... )): (( expression )) -- http://ix.io/aSc" [shopt]="shopt: shopt [-pqsu] [-o] [optname ...] -- http://ix.io/aQi" [typeset]="typeset: typeset [-aAfFgilrtux] [-p] name[=value] ... -- http://ix.io/aQq" ["["]="[: [ arg... ] -- http://ix.io/aPA" [echo]="echo: echo [-neE] [arg ...] -- http://ix.io/aPQ" [wait]="wait: wait [-n] [id ...] -- http://ix.io/aQv" [compopt]="compopt: compopt [-o|+o option] [-DE] [name ...] -- http://ix.io/aPL" [disown]="disown: disown [-h] [-ar] [jobspec ...] -- http://ix.io/aPP" [unalias]="unalias: unalias [-a] name [name ...] -- http://ix.io/aQt" [jobs]="jobs: jobs [-lnprs] [jobspec ...] or jobs -x command [args] -- http://ix.io/aRC" [bg]="bg: bg [job_spec ...] -- http://ix.io/aPC" [compgen]="compgen: compgen [-abcdefgjksuv] [-o option] [-A action] [-G globpat] [-W wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word] -- http://ix.io/aPJ" [help]="help: help [-dms] [pattern ...] -- http://ix.io/aQ1" [trap]="trap: trap [-lp] [[arg] signal_spec ...] -- http://ix.io/aQn" [case]="case: case WORD in [PATTERN [| PATTERN]...) COMMANDS ;;]... esac -- http://ix.io/aSe" [dirs]="dirs: dirs [-clpv] [+N] [-N] -- http://ix.io/aPO" [%]="%: job_spec [&] -- http://ix.io/aSb" [enable]="enable: enable [-a] [-dnps] [-f filename] [name ...] -- http://ix.io/aPR" [history]="history: history [-c] [-d offset] [n] or history -anrw [filename] or history -ps arg [arg...] -- http://ix.io/aQ2" [true]="true: true -- http://ix.io/aQo" [umask]="umask: umask [-p] [-S] [mode] -- http://ix.io/aQs" [continue]="continue: continue [n] -- http://ix.io/aPM" [unset]="unset: unset [-f] [-v] [-n] [name ...] -- http://ix.io/aQu" [shift]="shift: shift [n] -- http://ix.io/aQh" [test]="test: test [expr] -- http://ix.io/aQl" [if]="if: if COMMANDS; then COMMANDS; [ elif COMMANDS; then COMMANDS; ]... [ else COMMANDS; ] fi -- http://ix.io/aSi" [caller]="caller: caller [expr] -- http://ix.io/aPG" [complete]="complete: complete [-abcdefgjksuv] [-pr] [-DE] [-o option] [-A action] [-G globpat] [-W wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [name ...] -- http://ix.io/aPK" [.]=".: . filename [arguments] -- http://ix.io/aPy" [getopts]="getopts: getopts optstring name [arg] -- http://ix.io/aPZ" [exit]="exit: exit [n] -- http://ix.io/aPU" [mapfile]="mapfile: mapfile [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c quantum] [array] -- http://ix.io/aQ7" [set]="set: set [-abefhkmnptuvxBCHP] [-o option-name] [--] [arg ...] -- http://ix.io/aQg" ["{ ... }"]="{ ... }: { COMMANDS ; } -- http://ix.io/aSo" [fc]="fc: fc [-e ename] [-lnr] [first] [last] or fc -s [pat=rep] [command] -- http://ix.io/aPX" ["[[ ... ]]"]="Shell commands matching keyword \`[[ ... ]]'\'' -- http://ix.io/aSd" [command]="command: command [-pVv] command [arg ...] -- http://ix.io/aPI" [readarray]="readarray: readarray [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c quantum] [array] -- http://ix.io/aQd" [variables]="variables: variables - Names and meanings of some shell variables -- http://ix.io/aSm" [for]="for: for NAME [in WORDS ... ] ; do COMMANDS; done -- http://ix.io/aSf" [builtin]="builtin: builtin [shell-builtin [arg ...]] -- http://ix.io/aPF" [fg]="fg: fg [job_spec] -- http://ix.io/aPY" [select]="select: select NAME [in WORDS ... ;] do COMMANDS; done -- http://ix.io/aSj" [type]="type: type [-afptP] name [name ...] -- http://ix.io/aQp" [local]="local: local [option] name[=value] ... -- http://ix.io/aQ5" [coproc]="coproc: coproc [NAME] command [redirections] -- " [:]=":: : -- http://ix.io/aPz" [readonly]="readonly: readonly [-aAf] [name[=value] ...] or readonly -p -- http://ix.io/aQe" [read]="read: read [-ers] [-a array] [-d delim] [-i text] [-n nchars] [-N nchars] [-p prompt] [-t timeout] [-u fd] [name ...] -- http://ix.io/aQc" [cd]="cd: cd [-L|[-P [-e]] [-@]] [dir] -- http://ix.io/aPH" [ulimit]="ulimit: ulimit [-SHabcdefilmnpqrstuvxT] [limit] -- http://ix.io/aQr" )'