Resetting working dir in mos

  1. My goal is:
    reset the working dir in mos
  2. My actions are:
    In the course of trying a few times to get a device operating, I unknowingly created multiple embedded (recursive) app1 directories. I removed them via the Finder (osx), but –
  3. The result I see is:
    The mos working path still shows the path with the embedded app1 directories, ie ~/app1/app1/app1
  4. My expectation & question is:
    I want to start over with the mos tool & try connecting my device again. How do I reset the path in the working directory in mos?

Thank you

You can type operating system comments in mos, just like a mac os terminal window. To move one directory up, do:

cd …

To list the contents of the current directory, do:

ls -l

And so on…

Jim, Thanks for this. Chuck