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 Blockpanel
languageborderColortextblack
themeborderStyleFadeToGreysolid

ls

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

...

Code Block
languagebash
themeFadeToGrey
cd ~

and the enter

Code Blockpanel
languageborderColortextblack
themeborderStyleFadeToGreysolid
ls

in order to list your files.

...