stranky o bsd
    Dan Lukes 
    dan at obluda.cz
       
    Thu Feb 14 11:19:37 CET 2008
    
    
  
Jozef Babjak napsal/wrote, On 02/14/08 11:05:
>>         Nevim, jak presne se zkousi, ze neco nema zadny vliv ;-)
> 
>   ^-- find / -type f | xargs grep mc_enable
	To je , mimochodem, konstrukt. ktery funguje jen za vhodne konstelace. 
Chce to pouzit '-X' u findu abys alespon prisel na to, ze neco je 
spatne. Bezpecnejsi ale je
find / -type f -print0 | xargs -0 grep mc_enable
	Pravda, za cenu ztraty portability ...
					Dan
    
    
More information about the Users-l
mailing list