cd /into/directory/one_level_above grep -rnw . -e 'string to be searched'
cd /into/directory/one_level_above
grep -rnw . -e 'string to be searched'