Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
start [2019/05/04 23:18] ormaaj [Builtin Commands] Not really AIO. |
start [2019/08/22 13:56] (current) murugan [Builtin Commands] |
||
---|---|---|---|
Line 112: | Line 112: | ||
<WRAP column 46%> | <WRAP column 46%> | ||
- | ^ Declaration commands\\ <wrap lo>Commands that set and query attributes/types, and manipulate simple datastructures.</wrap> ^^ Alt ^ Type ^ | + | ^ Declaration commands\\ <wrap center round lo todo box 80%>Commands that set and query attributes/types, and manipulate simple datastructures.</wrap> ^^ Alt ^ Type ^ |
|[[commands:builtin:declare | declare]]|Display or set shell variables or functions along with attributes.| ''typeset'' | builtin | | |[[commands:builtin:declare | declare]]|Display or set shell variables or functions along with attributes.| ''typeset'' | builtin | | ||
|[[commands:builtin:export | export]]|Display or set shell variables, also giving them the export attribute.| ''typeset -x'' | special builtin | | |[[commands:builtin:export | export]]|Display or set shell variables, also giving them the export attribute.| ''typeset -x'' | special builtin | | ||
Line 120: | Line 120: | ||
|[[commands:builtin:unset | unset]]|Unset variables and functions.| - | special builtin | | |[[commands:builtin:unset | unset]]|Unset variables and functions.| - | special builtin | | ||
|[[commands:builtin:shift | shift]]|Shift positional parameters| - | special builtin | | |[[commands:builtin:shift | shift]]|Shift positional parameters| - | special builtin | | ||
- | ^ I/O\\ <wrap lo>Commands for reading/parsing input, or producing/formatting output of standard streams.</wrap> ^^ Alt ^ Type ^ | + | ^ I/O\\ <wrap center round lo todo box 80%>Commands for reading/parsing input, or producing/formatting output of standard streams.</wrap> ^^ Alt ^ Type ^ |
|[[syntax:keywords:coproc | coproc]]|Co-processes: Run a command in the background with pipes for reading / writing its standard streams.| - | keyword | | |[[syntax:keywords:coproc | coproc]]|Co-processes: Run a command in the background with pipes for reading / writing its standard streams.| - | keyword | | ||
|[[commands:builtin:echo | echo]]|Create output from arguments.| - | builtin | | |[[commands:builtin:echo | echo]]|Create output from arguments.| - | builtin | | ||
Line 126: | Line 126: | ||
|[[commands:builtin:printf | printf]]|"advanced ''echo''."| - | builtin | | |[[commands:builtin:printf | printf]]|"advanced ''echo''."| - | builtin | | ||
|[[commands:builtin:read | read]]|Read input into variables or arrays, or split strings into fields using delimiters.| - | builtin | | |[[commands:builtin:read | read]]|Read input into variables or arrays, or split strings into fields using delimiters.| - | builtin | | ||
- | ^ Configuration and Debugging\\ <wrap lo>Commands that modify shell behavior, change special options, assist in debugging.</wrap> ^^ Alt ^ Type ^ | + | ^ Configuration and Debugging\\ <wrap center round lo todo box 80%>Commands that modify shell behavior, change special options, assist in debugging.</wrap> ^^ Alt ^ Type ^ |
|[[commands:builtin:caller | caller]]|Identify/print execution frames.| - | builtin | | |[[commands:builtin:caller | caller]]|Identify/print execution frames.| - | builtin | | ||
|[[commands:builtin:set | set]]|Set the positional parameters and/or set options that affect shell behaviour.| - | special builtin | | |[[commands:builtin:set | set]]|Set the positional parameters and/or set options that affect shell behaviour.| - | special builtin | |