On Sun, Jun 28, 2009 at 6:52 AM, root<[email protected]> wrote: > Is there any way other than modifying the source > to get "find -ls" to return the file date as "month day year"
The M-D-Y ordering is dangerously ambiguous, and especially for that portion of the world that lives outside the USA. Consider using YYYY-MM-DD instead (it's unambiguous since it is the only representation that starts with four digits). > rather than "month day time" for all files? > TIA, > Mike > > > -- > To UNSUBSCRIBE, email to [email protected] > with a subject of "unsubscribe". Trouble? Contact [email protected] > > -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

