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!


_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to