Skip to content

Commit

Permalink
Specify key points
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardKonrad authored and wking committed Nov 6, 2014
1 parent e12b0f0 commit 093eef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 06-find.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ about them."
<div class="keypoints" markdown="1">

#### Key Points
* Use `find` to find files, and `grep` to find things in files.
* Use `find` to find files and directories, and `grep` to find text patterns in files.
* `$(command)` inserts a command's output in place.
* `man command` displays the manual page for a given command.

Expand Down

0 comments on commit 093eef4

Please sign in to comment.