System administration: Difference between revisions

Jump to navigation Jump to search
add bash > change to previous folder
add a link to Slackware
add bash > change to previous folder
Line 340: Line 340:


http://aperiodic.net/screen/quick_reference
http://aperiodic.net/screen/quick_reference
= Bash =
== Change to previous folder ==
This changes the folder to the previous folder you were in.
<syntaxhighlight lang="bash">
$ cd -
</syntaxhighlight>

Navigation menu