Friday, September 25, 2009

Linux Cool Tips #2

In terminal, you can toggle between directories using the command  cd - 
e.g.


# cd /tmp/directory1/subdir1/subsubdir1/
# cd /tmp/ directory2/subdir2/subsubdir2/
# cd - 
# pwd
/tmp/directory1/subdir1/subsubdir1/
# cd -
/tmp/ directory2/subdir2/subsubdir2/


3 comments:

  1. Hey keep posting such good and meaningful articles.

    ReplyDelete
  2. These tips are very useful for me and for that really thanks for sharing with us.

    ReplyDelete
  3. This is a well written article. I will make sure that I will bookmark it and open this page again to read this useful
    information provided by you. Thanks.

    ReplyDelete

JS-Kit Comments