dir navigation - Linux

Started by sukishan, Aug 14, 2009, 07:36 PM

Previous topic - Next topic

sukishan

• cd - Go to previous directory
• cd Go to $HOME directory
  (cd dir && command) Go to dir, execute command and return to current dir
• pushd . Put current dir on stack so you can popd back to it
A good beginning makes a good ending