I would like to move files from /home directories where files haven't been touched for 2 years I am thinking that I need to use something like
find /home -mtime -500 -exec mv
am I on the right track?
-- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
