mirror of
https://github.com/Idnan/bash-guide.git
synced 2018-11-09 02:29:39 +01:00
grep more detail link
This commit is contained in:
parent
ef329c6a50
commit
19e5bb3d8d
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ You can also force grep to ignore word case by using `-i` option. Also `-r` can
|
|||
```bash
|
||||
$ grep -r admin /etc/
|
||||
```
|
||||
And `-w` to search for words only.
|
||||
And `-w` to search for words only. For more detail on `grep`, check following [link](https://www.cyberciti.biz/faq/grep-in-bash).
|
||||
|
||||
### c. `wc`
|
||||
Tells you how many lines, words and characters there are in a file
|
||||
|
|
Loading…
Reference in a new issue