Showing posts with label toggle. Show all posts
Showing posts with label toggle. Show all posts

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/


JS-Kit Comments