Skip to content

Instantly share code, notes, and snippets.

@cookie-ag
Created December 18, 2017 07:16
Show Gist options
  • Save cookie-ag/7007d2a8507336a1a9e07bf3b5ff85b7 to your computer and use it in GitHub Desktop.
Save cookie-ag/7007d2a8507336a1a9e07bf3b5ff85b7 to your computer and use it in GitHub Desktop.
Common Linux Commands
# Copy using progress bar
sudo apt-get install pv
pv my_big_file > backup/my_big_file
#Copy using file status
rsync -ah --progress source-file destination
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment