Hi i have a folder which it has a lot of files.. I would like to know which file contains the number e.g. 980398123. I am in Putty and i have cd to the path containing those files.. So how do i search it using Grep.
grep 980398123 "waht to put here"
Since I am search all the files, there will be no file name .. so waht should i put there?
Also, is there a way for me to search in within the time frame? Let say i want to grep those files contains the word within a date range?