Hi
I have this commend which i use
find -mindepth 2 -type d -exec bash -c 'ls -l "{}" | tail -n 2' \;
I have tried to format the -exec option with out the bash -c, but I can't
figure out a way to escape off the |
I could make a function out if it, but was wondering if there were any find
experts who could shed light on it ?
Alex
signature.asc
Description: Digital signature
-- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
