New Paste :: Recent Pastes:: No Line Numbers
A Paste by Anonymous
1
B18: Type the following commands to test your alias "cd" pushd /tmp # this command places your cwd path into # a directory stack and executes the cd command pwd popd # this command takes the top element of the # stack and cd to that directory. pwd