From 920beabe26d1c38a327282307a6d79d85631be6e Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 12 Oct 2024 06:29:45 +0300 Subject: [PATCH] script: add flush example (#14082) --- pages/linux/script.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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}}`