find specific string from files in unix and show files

find specific string from files in unix and show files

This would select and print on the terminal.
Say you want to examine gullele.wordpress.com from all index.html files that are residing in some directory and sub directory
then:
find . -name ‘index.html’ -exec ‘gullele.wordpress.com’ {} ; -print
would list all index.html files with the given content inside them.

See how you would solve these known algorithm problems

Find K Complementary numbers from array Java implementation

Flatten nested javascript array

testing k complementary pairs algorithm with junit

binary tree problems with solution

Find the pairs that makes K Complementary in the given array java solution

Implement Queue Using two Stacks – JavaScript algorithm

Finding missing numbers from billion sequential number list file

Changing decimal number to its binary equivalent

Find the first occurence of number in the sorted array

Array reversal in Recurrsion

Leave a Reply

Your email address will not be published. Required fields are marked *

*
*