How to minimize typing when frequently changing directories?
What are some good Linux commands to make switching between different directories on the command line easier?
I often have to switch between different directories with long names, e.g.
cd foo/20100801-rev124-test2
ls
cd ../20100801-rev124-test1
...
Change Directory (cd) to Network Share (Windows XP) in Ubuntu
How do I navigate in the terminal to a Windows network share?
I can access the Windows work-group using the GUI but I would like to get there in bash.
...