Linux command
Progress bar for any command
文本
Uses pipes, overwrite, or deletion. Check paths and options first.
命令示例
Progress bar for any command
command | pv -s $(du -b input | cut -f1)
说明
Useful Linux one-liner
FAQ
What is the command command used for?
Useful Linux one-liner
How do I run a basic command example?
Run `command | pv -s $(du -b input | cut -f1)` in a terminal, then adjust file names, paths, flags, or remote targets for your system.