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.
Time/Date Script
Name: George P. Burdell Date: October 16, 2002 at 18:52:45 Pacific OS: UNIX CPU/Ram: PIII
Comment:
I am trying to write a UNIX script that you can give a date or time and when that date or time is reached, it executes a program.
Summary: Can create files w/ Time/date stamps from the shell (touch file_`date +%Y%m%d`) but this does not work when the same command is entered in the crontab. ...
Summary: Hi, I'm a newbie to scripting in Unix and I need help with the following. I want to write a script that would retrieve the creation date/time of a file and compare that to the current date/time to det...
Summary: I need to write a script to get the start date and end date of the previous week. Say it is monday the 28th, I need the system to give me 10/21/2002 and 10/25/2002. I need to pass the parameters to a ...