find command is used to search for files and directories
find [pathnames] [conditons] eg: find /etc -type f -size +100M
grep command is used to search for a text patterns within a file, it allows regular expressions
grep [text-pattern] [path]
grep pfaqs /myproject
Learn to Develop an iPhone or iPad App in 4 Weeks Learn the latest and greatest markup language in the market with Robin Nixon(HTML & HTML5) Now $29 Only(75% Off)
find command is used to
Tue, 06/15/2010 - 19:48 — adminfind command is used to search for files and directories
find [pathnames] [conditons]
eg: find /etc -type f -size +100M
grep command is used to search for a text patterns within a file, it allows regular expressions
grep [text-pattern] [path]
grep pfaqs /myproject