Searching the Unix Tree
findSearches directories to find a directory or file.
find ~ -name arrayDat*grepSearches a file for a specific pattern.
Can be used similarly to find, but it also searches file contents.
grep -r "arrayDat*" .Last updated
Was this helpful?
