Tuesday, February 06, 2007

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
Read More : Web Developers: 13 Command Line Tricks
Some other Miscellaneous Tricks:
  • 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
  • Related Posts:
    Ten Cool Coreutils Commands
    Searching with find
    Best Linux One Liners

    No comments: