This evening i will be showing a group of students some of my favorite command-line tricks. Does anyone have any favorites that you think need to be in a "greatest hits"?
#shell #unix #linux #commandLine
@markgalassi So many to choose from, but one of my most commonly-used ones is:
cd -
(go back to the directory you were in previously). I never had the foresight to use a tool like pushd/popd.
@kyle Interesting: I am an avid pushd/popd user, so I never used "cd -", but I will mention it for the non-pushd/popd people.