Skip to content

Commit

Permalink
Merge pull request #2087 from bgoonz/restyled/cms/blog/grep-in-linuz
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoonz authored May 5, 2022
2 parents 78bbc00 + 241554f commit 978455b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/blog/grep-in-linuz.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,4 @@ To use extended regular expressions use the `-e` option. The following line matc
grep -v -e 'foo' -e 'bar'
```

Note that in the GNU version of `grep` there is no difference in available functionality between basic and extended syntaxes.
Note that in the GNU version of `grep` there is no difference in available functionality between basic and extended syntaxes.

0 comments on commit 978455b

Please sign in to comment.