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: hey, when I turn the lights off my beard is still pitch black! No trace of gray! > > 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@xxxxxxxxxxxxxxxxxxxxxxxxxx > For additional commands, e-mail: trinity-users-help@xxxxxxxxxxxxxxxxxxxxxxxxxx > 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 > > -- Please do not email me anything that you are not comfortable also sharing with the NSA, CIA ... --------------------------------------------------------------------- To unsubscribe, e-mail: trinity-users-unsubscribe@xxxxxxxxxxxxxxxxxxxxxxxxxx For additional commands, e-mail: trinity-users-help@xxxxxxxxxxxxxxxxxxxxxxxxxx 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