![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
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 |
| Format output using awk in script. | bperl | Shell Programming and Scripting | 8 | 01-14-2008 01:09 AM |
| [need help] output format from awk | bucci | Shell Programming and Scripting | 6 | 02-09-2007 04:41 AM |
| Output in a particular format using AWK | Raynon | Shell Programming and Scripting | 4 | 01-24-2007 04:07 AM |
| format output | Tornado | Shell Programming and Scripting | 7 | 11-19-2006 06:17 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Quote:
-rwxr-xr-x 1 root wheel 3824 Apr 27 2001 env So the year is current year. Why it show up the year instead of date?thx |
|
||||
|
On HP-UX, end of calendar year is not the cutoff. Datestamps older than approx 180 days are displayed with the year instead of the time. To demo this:
touch -t200105201200 myfile1 touch -t200105251200 myfile2 touch -t200105301200 myfile3 touch -t200106051200 myfile4 ls -l myfile* |
|
||||
|
Cute! It works. Thanks for your help.
|
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Tags |
| mtime |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|