mail4idle2
Full Member level 4
- Joined
- Oct 20, 2012
- Messages
- 200
- Helped
- 20
- Reputation
- 40
- Reaction score
- 19
- Trophy points
- 1,298
- Activity points
- 2,173
I searched for a kind of files recursively in folder.
I want to cat all of then and grep for some work
Command I used
find -name '*.vh' | cat * | grep "word"
When I do cat * it is not displaying files content.
I want to cat all of then and grep for some work
Command I used
find -name '*.vh' | cat * | grep "word"
When I do cat * it is not displaying files content.