8 lines
352 B
Plaintext
8 lines
352 B
Plaintext
[[built-in-commands-script]]
|
|
==== Script
|
|
|
|
The `script` command accepts a local file as an argument and replays commands found there, one at a time.
|
|
|
|
Reading from the file behaves exactly like inside the interactive shell, so lines starting with `//` are considered
|
|
to be comments and are ignored, while lines ending with `\` trigger line continuation.
|