ls -l --time-style=full-iso does not work ?!?!

2003-03-21 Thread reynir
hi, that does not work in Cygwin, what is the equalient to get a numerical format of dates in cygwin ? if I do ls -l in cygwin : -rwxrwxrwx+ 1 reynir reynir758 Dec 5 11:10 rat.as the output I need is : -rwxrwxrwx1 reynir reynir190 2003-02-24 11:27:07.0 +

Re: ls -l --time-style=full-iso does not work ?!?!

2003-03-21 Thread Shankar Unni
reynir wrote: that I get when I run : ls -l --time-style=full-iso in linux. This seems to be an option in newer versions of fileutils. For instance, ls from fileutils 4.1 (in RedHat 7.3, and Cygwin) doesn't have this option, while the one in fileutils 4.1.9 (in RH 8.0) does. Perhaps it's just