Some useful command line tricks
SEOmoz.org has listing of linux commnad that may be useful in web development but they are uerful otherwise too.
Some of them are here:
- ln -s /some/destination name_of_link
- ctrl+z and bg
- scp : scp user@example.com:~/dir /destination
Some other Miscellaneous Tricks:
Related Posts:ls -lSr List files (sorted by size) df -h Show available disk space in human-readable format du -sh /some/dir Show how much space /some/dir is taking up
Ten Cool Coreutils Commands
Searching with find
Best Linux One Liners
No comments:
Post a Comment