Noomz

Unconciously use of command line

How to go to directory "My Libraries/Videos/Comedy/The LadyKillers"

 

GUI method

  1. Open file browser
  2. Find "My Libraries"
  3. double click
  4. Find "Videos"
  5. double click
  6. Find "Comedy"
  7. double click
  8. Find "The LadyKillers"
  9. double click
  10. Do something

 

CMD method

  1. Open terminal
  2. ls
  3. cd "My Libraries"
  4. ls
  5. cd "Videos"
  6. ls
  7. cd "Comedy"
  8. ls
  9. cd "The LadyKillers"
  10. ls