Hi All,

I really enjoy command that I learnd few days ago. It finds directories with a particular names and do removing of particular files. Something like

find DH* -type f -name "*.dat" -exec rm {} \;

I was wandering, is it posible to 'employ' awk,sed or other commands in similar manner and how?. For intance to find all "*.dat" in all DH* dirs (like above) and calculate average of $3 by awk


Thank you
oliver
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to