Last active
October 6, 2015 16:38
-
-
Save shimazaki/3022258 to your computer and use it in GitHub Desktop.
unix commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Amazon S3 | |
| apt-get install s3cmd | |
| s3cmd --configure | |
| s3cmd get --recursive s3://bucketname ./ | |
| du -sh | |
| du -sh ~/* | |
| find . | xargs grep "text" | |
| log file of matlab | |
| /var/tmp/lm_TMW.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment