grep more detail link

This commit is contained in:
Adnan Ahmed 2017-04-01 16:54:32 +04:00 committed by GitHub
parent ef329c6a50
commit 19e5bb3d8d
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ You can also force grep to ignore word case by using `-i` option. Also `-r` can
```bash ```bash
$ grep -r admin /etc/ $ 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` ### c. `wc`
Tells you how many lines, words and characters there are in a file Tells you how many lines, words and characters there are in a file