prohledavani souboru

Peter Sedivy - PeSe pese at pese.sk
Sat Jun 14 15:51:45 CEST 2003


On Sat, 14 Jun 2003, Milan Cizek wrote:

> Ahoj,
> muzete mi prosim poradit nejaky prikaz, ktery by vypsal soubory,
> obsahujici urcity retezec. Diky.
>
> Milan

Ak by ste chceli hladat konretne nejake presne def. subory ( napr. html )
alebo len v nejakom adresari, ja to robim takto:

hladam v *.html suboroch v adresari adresar subory, v ktorych sa nachadza
slovicko >system<

find /adresar -name '*.html' -exec grep -l 'system' \{\} \;

variacia moze byt

grep -l 'system' `find /adresar -name '*.html'`

alebo

find /adresar -name '*.html'| xargs grep -l 'system'

Vo funkcnosti jednotlivych variant su iste oobmedzenia.


	PeSe


>
>




More information about the Users-l mailing list