15 ms·
You can also use "cd -" to go back to the previous path: $ cd / $ pwd / $ cd /tmp $ pwd /tmp $ cd - $ pwd / Not the same, of course, but sti
by nightwolf 13y ago
You can also use "cd -" to go back to the previous path:
$ cd /
$ pwd
/
$ cd /tmp
$ pwd
/tmp
$ cd -
$ pwd
/
Not the same, of course, but still useful, I think.