What is the good method to find sentence on my box. What command is faster for this purpose?
Thanks
Shell scripting gurus the world around have developed millions of ways to do this. STFW for "find", "grep", "awk", "sed".... etc., etc.
grep -i -r 'whatyouwanttofind' /dir/where/you/want/to/look