Skip to content

Commit

Permalink
Merge pull request swcarpentry#777 from TimKeighley/patch-1
Browse files Browse the repository at this point in the history
Minor spelling changes
  • Loading branch information
Ashwin Srinath authored May 29, 2018
2 parents 630f00b + e45ec35 commit 234d0bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _episodes/07-find.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ Miscellaneous:
> She wants to write a shell script that takes a species as the first command-line argument
> and a directory as the second argument. The script should return one file called `species.txt`
> containing a list of dates and the number of that species seen on each date.
> For example using the data shown above, `rabbits.txt` would contain:
> For example using the data shown above, `rabbit.txt` would contain:
>
> ~~~
> 2013-11-05,22
Expand Down Expand Up @@ -433,7 +433,7 @@ of them.
The first option in our list is
`-type d` that means "things that are directories".
Sure enough,
`find`'s output is the names of the six directories in our little tree
`find`'s output is the names of the five directories in our little tree
(including `.`):
~~~
Expand Down

0 comments on commit 234d0bd

Please sign in to comment.