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 command 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
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 command 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