Most of the general linux commands are available online but here i will be covering bit advance feature of some linux commands
grep
We use grep command to search contents in a file or directory.What will be command for searching only in specific extension files in a directory.Lets find out below
grep
We use grep command to search contents in a file or directory.What will be command for searching only in specific extension files in a directory.Lets find out below
- Recursively Search a pattern in all files of a directory use
- To Search a pattern only in files with specific extensions in a directory use
- To Search a pattern in files with multiple extensions in a directory use
- Case insensitive Search of a pattern
No comments:
Post a Comment