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

Multiple options?

opened this issue · comments

Hi,

progress help says: Multiple options allowed for: -a -c -p -i. Use PROGRESS_ARGS for permanent arguments.

How can I use multiple options? "progress -i /some/path/file1 -i /some/path/file2" or "progress -i /some/path/file1 /some/path/file2" ?

Thank you for your answers.

Sorry, I had understand mistakenly. It can be used "progress -i /some/path/file1 -i /some/path/file2".