Skip to content

Commit

Permalink
remove VM reference
Browse files Browse the repository at this point in the history
  • Loading branch information
lancemathias authored Jan 24, 2022
1 parent 70a28c2 commit 790943e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions labs/a1.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ $ ls
```

**Hints:**
- If it's easier, download the above file and work on it in your VM so you don't have to process output from `wget`.
- If it's easier, download the above file and work on it locally so you don't have to process output from `wget`.
- What common text manipulation commands can help you solve this?
- Consider the commands `cat | grep ___ | cut ___ | sed ___ | xargs ___` (though you don't *have to* use them...)
- As always, be aware that there isn't one unique solution to this problem!
Expand Down Expand Up @@ -329,4 +329,4 @@ You may want to look into `dd`[^dd] and the `iflag=fullblock` argument,
[7]: https://linuxhint.com/bash_stdin_stderr_stdout/
[8]: https://linux.die.net/man/1/cat
[9]: https://linux.die.net/man/1/sed
[10]: https://www.gradescope.com/
[10]: https://www.gradescope.com/

0 comments on commit 790943e

Please sign in to comment.