Post History
The standard cp tool from GNU coreutils just copies files silently. This can be a little unnerving when copying large chunks of data. You're left to wonder whether it's actually doing something or ...
#1: Initial revision
Copy files while showing progress
The standard `cp` tool from GNU coreutils just copies files silently. This can be a little unnerving when copying large chunks of data. You're left to wonder whether it's actually doing something or just got stuck. **How to copy files and directories in terminal while displaying some kind of progress information?**
