Skip to content

Commit

Permalink
Add grep note
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleOndy committed Nov 15, 2019
1 parent 43474eb commit 4452d1d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions provider/notes/grep.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Grep
updated: 2018-10-04T21:20:49Z
subtitle: Quick notes on common usages
tags: notes, grep
---

Ignore binary files with the `-I` flag.

~~~{.bash}
grep -I pattern ./path
~~~

0 comments on commit 4452d1d

Please sign in to comment.