mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-08 09:54:12 +02:00
script: add flush example (#14082)
This commit is contained in:
parent
22a8569f5b
commit
920beabe26
1 changed files with 5 additions and 1 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue