[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: find



Florian Dorpmueller napisał(a):
for flnm in $(find . -type f ) ; do grep -l -i "the string you´d like to find" $flnm ; done

Even worse than the "exec" example.
Think what happens when filenames contain spaces.



Reply to: