← Back to team overview

sslug-teknik team mailing list archive

Re: stop "find" efter første match

 

* Jesper Thorup Nielsen <s_teknik@xxxxxxxxxxxxxxx> [2009-08-26 09:15+0200]
> Er der en metode til at stoppe find efter første match
>
> MVH
>
> Jesper Thorup Nielsen
>

Denne her vil gore det.

find . -type f -print0 | xargs -0 grep -i -n -I --max-count=1 --color=always


-- 

 Lennart Andersen          
 St Thomas, Ontario
 http://gdane.dlinkddns.com
 lka0871 at rogers dot com 
----------------------------       
  - Debian - apt-get into it
  


Follow ups

References