UMM-CSci-Systems / Command-line-introduction

An introduction to Unix command line tools
MIT License
0 stars 14 forks source link

Add mention of `OLDPWD` #20

Open NicMcPhee opened 3 years ago

NicMcPhee commented 3 years ago

It turns out that in bash, the cd command sets an OLDPWD shell variable that we can use to get back to where we came from. I should probably mention that in the "Second script" write-up.