Skip to content

Commit

Permalink
script: add flush example (#14082)
Browse files Browse the repository at this point in the history
  • Loading branch information
Managor authored Oct 12, 2024
1 parent 22a8569 commit 920beab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pages/linux/script.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}`

0 comments on commit 920beab

Please sign in to comment.