script: add flush example (#14082)

This commit is contained in:
Managor
2024-10-12 06:29:45 +03:00
committed by GitHub
parent 22a8569f5b
commit 920beabe26

View File

@@ -17,4 +17,8 @@
- Record timing information (data is outputted to `stderr`):
`script -t 2> {{path/to/timingfile}}`
`script -t 2> {{path/to/timing_file}}`
- Write out data as soon as it happens:
`script -f {{path/to/file}}`