In Linux we can use "cd -" to enter the previous directory, like:
/home/user: cd /a
/a: cd -
/home/user:
The - means the latest previous directory.
feedback
|
This question came from our site for professional and enthusiast programmers.
|
You can use
| |||||||
feedback
|
|
Windows command-line by itself, no... But, if needed / interested, you might want to try something like Cygwin or Msys, which will allow you to use a Linux-shell on Windows. Not sure it's really what you want, but it might solve some or your problems. (The other solution being to just... use Linux ^^ ) | |||||
feedback
|