Skip to content

Commit

Permalink
Update 02_shell_basics.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hwick authored Feb 9, 2024
1 parent b7346ba commit 1523d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion new_basic_shell/02_shell_basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Type:
$ cd
```

> This puts you in your home directory. No matter where you are in the directory system, `cd` will always bring you back to your home directory.
> This puts you in your home directory. No matter where you are in the directory system, `cd` by itself will always bring you back to your home directory.

Now using `cd` and `ls`, go in to the `unix_lesson` directory and list its contents. Now go into the `raw_fastq` directory, and list its contents.
Expand Down

0 comments on commit 1523d9c

Please sign in to comment.