mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
script: add flush example (#14082)
This commit is contained in:
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user