Skip to content

Instantly share code, notes, and snippets.

@son0p
Last active February 10, 2016 19:51
Show Gist options
  • Save son0p/e152deff573a648740e8 to your computer and use it in GitHub Desktop.
Save son0p/e152deff573a648740e8 to your computer and use it in GitHub Desktop.
## Rsync
### verbose copy
rsync -av ~/projects/test /media/ff/3593-80E0/fede/projects/
## Find
### files by size
find ~/ -type f -size +2000000k -exec ls -lh {} \; | awk '{ print $9 ": " $5 }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment