I want to open a folder that has all my resumes in it, how can I do that from the terminal?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
navigate to the dir and type
|
||||
|
|
|
You can use:
to change the working directory. For example:
will change to the "resumes" folder. You can then manipulate it with other commands (ls, mv, cp , rm, and many others). |
||||
|
|