1 | |
2 | Command Language <a class="group-link" href="chap-cmd-lang.html">cmd-lang</a> |
3 | |
4 | |
5 | [Commands] simple-command semicolon ; |
6 | [Conditional] case if dbracket [[ |
7 | bang ! and && or || |
8 | [Iteration] while until for for-expr-sh (( |
9 | [Control Flow] break continue return exit |
10 | [Grouping] sh-func sh-block { subshell ( |
11 | [Concurrency] pipe | X pipe-amp |& ampersand & |
12 | [Redirects] redir-file > >> >| < <> not impl: &> |
13 | redir-desc >& <& |
14 | here-doc << <<- |
15 | here-str <<< |
16 | [Other Command] dparen (( time X coproc X select |