What's a handy terminal command you use often?
What's a handy terminal command you use often?
What's a handy terminal command you use often?
You're viewing a single thread.
pushd and popd to change directory and go back when done there.
Even better when cd
automatically invokes pushd
.
cd -
undoes the last cd. Not quite push/popd but still useful. Pro tip, works also: git checkout -
Hell yeah. Every one of these threads makes me more inclined to read man pages
You should. These are the actually sources to learn.
what's your alias?