Comment on Stephen Bourne: Early days of Unix and design of sh [video]parentComments−paublyrne11yYou just saved me about ten seconds a day.−rdc1211ycd - is another nice one, cd to the last working directory (there is a powerful variant using push and pop), but with the - you don't have to remember to push at any point.−emmelaich11yMore precisely, it takes you $HOME.Which is the same place. But you could make it different.
Comments
You just saved me about ten seconds a day.
cd - is another nice one, cd to the last working directory (there is a powerful variant using push and pop), but with the - you don't have to remember to push at any point.
More precisely, it takes you $HOME.
Which is the same place. But you could make it different.