Xfennec / progress

Linux tool to show progress for cp, mv, dd, ... (formerly known as cv)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example Syntax question

masonke opened this issue · comments

commented

This may be basic, but would you mind expelling the syntax for the cp example? I have not seen it before and would like to understand it.
Thanks!

cp bigfile newfile & progress -mp $!

& launch the command in the background and $! is "the process ID of the most recently executed background (asynchronous) command" (extract from man bash).