Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In order to list the new file and every other file and directory within your current directory, type

Code Block
languagebashtext
themeFadeToGrey
ls

when you run this, you should see myhw.txt along with the homework directory and possibly some other files.

...

and the enter

Code Block
languagebashtext
themeFadeToGrey
ls

in order to list your files.

...