u24c02
Advanced Member level 1
- Joined
- May 8, 2012
- Messages
- 404
- Helped
- 2
- Reputation
- 4
- Reaction score
- 2
- Trophy points
- 1,298
- Activity points
- 4,101
Hi
When I used grep to search some text, I usually used like this.
grep -r -n "xxx" *
But it is not efficiently. I want to find in bunch of especially some files.
So does anyone know how to use?
When I used grep to search some text, I usually used like this.
grep -r -n "xxx" *
But it is not efficiently. I want to find in bunch of especially some files.
So does anyone know how to use?