Dave's Brain

Browse - computer tips - cd tricks

Date: 2007Mar13
Keywords: previous, directory, folder, bash

Q. Do you know any Bash directory changing tricks?

A. Why yes:

	cd		Change to your home directory

	cd ~user	Change to user's home directory

	cd -		Change to the previous directory

	pushd (dir)	Change to another directory

	popd		Undo the last pushd

Add a comment

Sign in to add a comment
Copyright © 2008, dave - Code on Dave's Brain is licensed under the Creative Commons Attribution 2.5 License.