Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Summary: How do you find files, then copy the files into an existing directory. I am to find files starting with N which is not more than 10 days old, then copy the N files into an existing N directory. All in...
Summary: hi there, how to find files more than 90 days and copy it to another directory using HPUX/unix command? is the command same for unix or hpux ? ...
Summary: dear all, how to find files in the specific date. I usually use this syntax : find -ctime +n / -n ( day) if I used this file, I still have to count the diference days between today and that specific ...