📝 字数:working on
Grep
Estimated time to read: 1 minute
How to
- How to search specific string in certain folder and subfolders.
grep -r "pattern" path_to_folder
Estimated time to read: 1 minute
grep -r "pattern" path_to_folder