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:
parent
1e2cd1f5f0
commit
6d3d99bfaf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue