1
0
Fork 0
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:
Managor 2024-10-12 06:29:45 +03:00 committed by GitHub
parent 22a8569f5b
commit 920beabe26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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}}`