![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| change the filename by adding up 1 each time, tricky one | netbanker | Shell Programming and Scripting | 5 | 03-07-2008 04:45 PM |
| adding time server | aladdin | UNIX for Dummies Questions & Answers | 4 | 08-09-2007 09:04 AM |
| Adding # minutes to current time... | gptavares | UNIX for Advanced & Expert Users | 7 | 06-25-2007 04:10 PM |
| How To Provide Time Sync Using Nts-150 Time Server On Unix Network? | pesty | UNIX for Advanced & Expert Users | 2 | 03-22-2007 02:20 AM |
| Adding Elapsed time | jrdnoland1 | Shell Programming and Scripting | 1 | 02-24-2002 10:59 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
adding time
I want to write a little script that will add 24:00 to the current time if the current time is in between 00:00 and 05:00. I want to make this new time a brand new file so I can work with it. I am not sure how to do this.
variable = current time on our system ( I will pull this) example: if (variable) is in between 00:00 and 05:00 then (variable) + 24:00 = newfile an example might look like this : if the time I pull is 00:25 then add 00:25 to 24:00 and get 24:25 and put the 24:25 in a brand new file. Thanks, ngg |
| Bookmarks |
| Tags |
| bash, bash eval, eval |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|