...
In order to list the new file and every other file and directory within your current directory, type
Code Block | ||||
---|---|---|---|---|
| ||||
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 | ||||
---|---|---|---|---|
| ||||
ls |
in order to list your files.
...