diff --git a/pages/linux/script.md b/pages/linux/script.md index 4c2911061c..bed7e51137 100644 --- a/pages/linux/script.md +++ b/pages/linux/script.md @@ -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}}`