You are here

Save time with grep

Search string in files:

grep -rnw -e "the_string_you_want_find"
code type: