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 $!`