From c2b6060f6d9d2f3270da94739a5c7d11bcca0841 Mon Sep 17 00:00:00 2001 From: z7y8hsBP <51470766+z7y8hsBP@users.noreply.github.com> Date: Wed, 5 Feb 2020 20:23:52 +0100 Subject: [PATCH] progress: add page (#3804) --- pages/linux/progress.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/progress.md diff --git a/pages/linux/progress.md b/pages/linux/progress.md new file mode 100644 index 0000000000..d62b4d4329 --- /dev/null +++ b/pages/linux/progress.md @@ -0,0 +1,16 @@ +# progress + +> Display/Monitor the progress of running coreutils. +> More information: . + +- Show the progress of running coreutils: + +`progress` + +- Show the progress of running coreutils in quiet mode: + +`progress -q` + +- Launch and monitor a single long-running command: + +`{{command}} & progress -mp $!`