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.
A week back date
Name: Chinmaya Date: April 4, 2006 at 08:35:55 Pacific OS: Unix CPU/Ram: 128 Product: HP-UX
Comment:
Hi
I would like to get a week back date. Suppose today is 04-04-2006 , then a week back date is 28-03-2006. Could you please tell me how I can achieve this in unix command. Can I get this result using 'date' command.
Summary: Hi frnds, I donno if I amputting in the rt forum or not.But i am trying to get a week number from a given date. This code by a member on computing.net, is executed, but doesnot give the exact outpu...
Summary: The -newer solution requires you to specify the 2-weeks-old date, which of course will change daily. Just use -mtime for finding files either older than or less than 14 days of age: find . -type f -mt...