diff options
Diffstat (limited to 'guides')
| -rw-r--r-- | guides/shell-101.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/shell-101.org b/guides/shell-101.org index b09118b..2131faa 100644 --- a/guides/shell-101.org +++ b/guides/shell-101.org @@ -27,7 +27,7 @@ With a file browser and a terminal emulator side-by-side: - black-box model of a command: - inputs: stdin, arguments, environment - outputs: stdout, stderr, exit code - - side-effects: writing files, connect to network, … + - side-effects: I/O, e.g. files, network - which, type: keyword ≠ builtin ≠ function ≠ program - valar quotulis (valar escaepis); e.g. sort operator: [ foo '>' bar ] |
