4,461
edits
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> |