![]() |
|
|
|
|
|||||||
| 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 |
| sftp not get txt file 2nd time | Jamil Qadir | Windows & DOS: Issues & Discussions | 3 | 04-02-2008 07:33 AM |
| Processing a log file based on date/time input and the date/time on the log file | primp | Shell Programming and Scripting | 4 | 03-16-2008 08:23 AM |
| How can we get time from a unix file? | atif_etl | UNIX for Advanced & Expert Users | 4 | 02-28-2008 10:27 AM |
| Date and time log file | captoro | Shell Programming and Scripting | 8 | 09-03-2007 06:23 PM |
| How can a file be locked for a certain time? | darthur | UNIX for Dummies Questions & Answers | 6 | 12-09-2003 08:35 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
File Time (HH:MM:SS)
ls -al gives you the file listing and the time of the file is in HH:MM, but in this case, we need seconds as well and have no idea on how to get it to appear.
Any help anyone can give on this would be greatly appreciated. Please email me at wanda.williams@lmco.com Thanks, Wanda
__________________
Wanda Williams |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Under Linux you can do "stat <I>filename</I>" to get verbose file information, including modification time down to the second. Other platforms probably have similar tools.
|
||||
| Google The UNIX and Linux Forums |