On Sunday 16 June 2019 03:24:45 pm Dr. Nikolaus Klepp wrote:
Anno domini 2019 Sun, 16 Jun 20:57:01 +0200
deloptes scripsit:
Dr. Nikolaus Klepp wrote:
find /home/gene/Mail -name *.index* -exec rm {} ;
Something people do from old school days, but it is better to do:
When it runs on a 10+ gigabyte email corpus in 2 seconds, I am not complaining. And I believe its fixed. How long should be asked in terms of concrete cracking, you know well it will, so the real question is when, no such thing as an if in that scenario cause it's a sure thing.
hey, when I turn the lights off my beard is still pitch black! No trace of gray!
Mine too, in the dark. But you can see what it looked like in 2004 when the pix on my web page was taken with a self timer. And it hasn't gotten a bit darker since. I've lost 50 lbs I could sure stand to lose though, would like to lose another 15 as that is a direct translation in A1C.
find /home/gene/Mail -type f -name '*.index*' -delete
which will restrict to files only and call implicit delete - which is more efficient that calling external rm
;-)
regards
- To unsubscribe, e-mail:
trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
Cheers, Gene Heskett