bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: A new utility: trv


From: Alfred M. Szmidt
Subject: Re: A new utility: trv
Date: Wed, 05 Jan 2005 16:29:35 +0100

   Once  findutils does the deacent thing...

   cat >> $HOME/.env <<EOF
   trv() {      
           find . -type d -execdir "$1" \;
   }
   EOF

Don't see why this would be decent, since it can already be done with
a bit of shell as I already pointed out.  What would happen if you do:

find . -type f -execdir "echo {}" \;

for example?

Cheers!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]