Skip to content
📝 字数: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

评论