find -a -name
How to find version?
strings -a
Where could be url_fw.conf? It'd be at $INST_TOP/ora/10.1.3/Apache/Apache/conf
Where could be orion-web.xml? $ORACLE_HOME\j2ee\
How to search for word in all files of all directories in unix
grep -r 'word-to-search' *
No comments:
Post a Comment