Unix/Linux Commands for everyday use

dir navigation • 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 file searching • alias l=’ls -l –color=auto’ quick dir listing • … Continue reading