Technical Ramblings
  • Blog
  • Tags
  • About

command line


progress bar for cp command

   |  32 words  |  Kracekumar

I want cp command to display the progress of copy. I found three options

  1. Use tools like gcp, pv. Answer from askubuntu.
  2. Use rsync. alias cp='rsync --progress -ah'
  3. Use this shell script.
linux  command line 

Kracekumar  • © 2020  •  Technical Ramblings

Hugo v0.79.0 powered  •  Theme Beautiful Hugo adapted from Beautiful Jekyll