---

Unix How-To: Nifty One-Liners

“Today’s collection of one-liners are sure to win some converts.
There’s nothing like a quick command that saves you a lot of
trouble and just might impress your boss and coworkers that you’re
the cleverest person around.

“The first is the cd -” command that takes you to back to
whatever directory you were previously located in. Need to bounce
between two directories as you make some mighty edits to some
configuration files? No problem. With the “cd -” command, you can
do just that.

$ cd /usr/local/apps/app1/bin
$ cd -
$ vi myapp.cfg
$ cd -
$ pwd
/usr/local/apps/app1/bin



Complete Story

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends, & analysis