Linux: Find text in specific files using wild cards

1
2
$> find ./ -name "<filename/wild cards>" | xargs grep -i "<text to find>"
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Command line for locating text in specific files using filename wild cards.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.