![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| File timestamp | stevefox | UNIX for Dummies Questions & Answers | 4 | 12-24-2007 10:14 PM |
| Putting screen output in a log file | nsutti | Shell Programming and Scripting | 5 | 11-06-2007 02:47 PM |
| Chnge timestamp of a file | rahulrathod | UNIX for Dummies Questions & Answers | 3 | 01-04-2006 07:51 AM |
| timestamp of file | krisdhar | UNIX for Dummies Questions & Answers | 4 | 10-28-2003 07:31 AM |
| putting restrictions when copying file | thoffpauir | UNIX for Dummies Questions & Answers | 3 | 04-12-2002 08:08 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
putting a timestamp in a file
I was sure there was a way to put a timestamp ina logfile but I can't seem to figure out how.
What I would like to do is after the last messages in the rptmgr.err log is put a timestamp so I know the next time I look whats new. I am using AIX 5.1 any help will great Thanks |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
How about date >> rptmgr.err?
|
|
#3
|
|||
|
|||
|
works great
date >> {filename}
I feel so low Thank you |
|||
| Google The UNIX and Linux Forums |