Unconciously use of command line
How to go to directory "My Libraries/Videos/Comedy/The LadyKillers"
GUI method
- Open file browser
- Find "My Libraries"
- double click
- Find "Videos"
- double click
- Find "Comedy"
- double click
- Find "The LadyKillers"
- double click
- Do something
CMD method
- Open terminal
- ls
- cd "My Libraries"
- ls
- cd "Videos"
- ls
- cd "Comedy"
- ls
- cd "The LadyKillers"
- ls