2
0
Fork 0
mirror of https://github.com/Idnan/bash-guide.git synced 2018-11-09 02:29:39 +01:00

fix: minor spelling error (#28)

This commit is contained in:
J. G. Sebring 2017-04-06 12:06:32 +02:00 committed by Adnan Ahmed
parent 1e2cd1f5f0
commit 6d3d99bfaf

View file

@ -402,7 +402,7 @@ ipsum dolor sit
amet.
```
*Find the exact string '(Lorem|doloar)' in example.txt*
*Find the exact string '(Lorem|dolor)' in example.txt*
```bash
fgrep '(Lorem|dolor)' example.txt
or