Ubuntu – Using grep to find a string

findgrep

I am trying to locate a file that (should) contains the string "1896.345", somewhere under /home/dir/.

Any ideas of how I can do it? Thanks

Best Answer

cd home/dir

grep -r -l -i "1896\.345" .