program grep Usage: grep "string" "file" Example: $ grep "string*xyz" /etc/subdir/*file*a This will output all files with mask /etc/subdir/*file*a which contains mask "string*xyz"