Friday, May 21, 2010

I need a UNIX c shell script to move files 30 days old to another directory.?

I need a UNIX c shell script to move files 30 days old to another directory.

I need a UNIX c shell script to move files 30 days old to another directory.?
Try using find and mv
Reply:read the manpages of find and mv.
Reply:ls -l , find files 30 days older, mv


Or else you may contact a script expert at websites like http://askexpert.info/ to code the shell script for you.


No comments:

Post a Comment