Sunday 31 March 2019

UNIX and Windows : Command to find a string in a files including sub-directories


Search for ORACLE_HOME in UNIX

grep -H -r "ORACLE_HOME" /home/oracle




Search for ORACLE_HOME in Windows

finstr /M /C:"ORACLE_HOME"  *.*

No comments:

Post a Comment

Number of Visitors