Skip to content

Commit

Permalink
Update unix.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mepcotterell committed Aug 22, 2019
1 parent 3abad8c commit 279887a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions unix/unix.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,11 @@ assumes you have logged into Nike.
hierarchy:

```
find notes
$ find notes
```

You should see output similar to the following:

```
notes
notes/cs1730
Expand All @@ -217,7 +219,10 @@ assumes you have logged into Nike.
└── cs1730
```

1. `mkdir`
1. Use the `cd` command to navigate around these directories


`mkdir`

If the command is successful, then it should not display
any output. **This is common for most utility commands.**
Expand Down

0 comments on commit 279887a

Please sign in to comment.