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
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