Re: find -printf ' %TT

2012-08-06 Thread Mike McClain
On Mon, Aug 06, 2012 at 10:31:08AM +0200, Martin Steigerwald wrote: > ext3 has second resolution. > > XFS, BTRFS and Ext4 have higher resolutions. Example: > > martin@merkaba:~> LANG=C stat /etc/fstab > File: `/etc/fstab' > Size: 1733Blocks: 8 IO Block: 4096 regular f

Re: find -printf ' %TT

2012-08-06 Thread Martin Steigerwald
Am Sonntag, 5. August 2012 schrieb Sven Joachim: > On 2012-08-05 18:33 +0200, Mike McClain wrote: > > Thanks Sven. > > > > On Sun, Aug 05, 2012 at 08:33:54AM +0200, Sven Joachim wrote: > >> On 2012-08-05 07:57 +0200, Mike McClain wrote: > > > > > >> > Given "find / -type f -printf '%TT %p\n'

Re: find -printf ' %TT

2012-08-05 Thread Sven Joachim
On 2012-08-05 18:33 +0200, Mike McClain wrote: > Thanks Sven. > On Sun, Aug 05, 2012 at 08:33:54AM +0200, Sven Joachim wrote: >> On 2012-08-05 07:57 +0200, Mike McClain wrote: > >> > Given "find / -type f -printf '%TT %p\n'". > >> > Is there a way to get back the hh:mm:ss output as it used

Re: find -printf ' %TT

2012-08-05 Thread Mike McClain
Thanks Sven. On Sun, Aug 05, 2012 at 08:33:54AM +0200, Sven Joachim wrote: > On 2012-08-05 07:57 +0200, Mike McClain wrote: > > Given "find / -type f -printf '%TT %p\n'". > > Is there a way to get back the hh:mm:ss output as it used to be short > > of piping the output through sed 's/.0

Re: find -printf ' %TT

2012-08-05 Thread Camaleón
On Sun, 05 Aug 2012 14:01:04 +0200, Martin Steigerwald wrote: > Am Sonntag, 5. August 2012 schrieb Camaleón: >> On Sat, 04 Aug 2012 22:57:55 -0700, Mike McClain wrote: >> > Given "find / -type f -printf '%TT %p\n'". Gnu find previously >> > printed hh:mm:ss for the files modify time but now is pri

Re: find -printf ' %TT

2012-08-05 Thread Martin Steigerwald
Am Sonntag, 5. August 2012 schrieb Camaleón: > On Sat, 04 Aug 2012 22:57:55 -0700, Mike McClain wrote: > > Given "find / -type f -printf '%TT %p\n'". Gnu find previously > > printed hh:mm:ss for the files modify time but now is printing > > hh:mm:ss.00 for all 33K+ files on my Squeeze syste

Re: find -printf ' %TT

2012-08-05 Thread Camaleón
On Sat, 04 Aug 2012 22:57:55 -0700, Mike McClain wrote: > Given "find / -type f -printf '%TT %p\n'". Gnu find previously printed > hh:mm:ss for the files modify time but now is printing > hh:mm:ss.00 for all 33K+ files on my Squeeze system. > > The man page still says: > T time,

Re: find -printf ' %TT

2012-08-04 Thread Sven Joachim
On 2012-08-05 07:57 +0200, Mike McClain wrote: > Given "find / -type f -printf '%TT %p\n'". > Gnu find previously printed hh:mm:ss for the files modify time > but now is printing hh:mm:ss.00 for all 33K+ files on > my Squeeze system. > > The man page still says: > T time, 24-h

find -printf ' %TT

2012-08-04 Thread Mike McClain
Given "find / -type f -printf '%TT %p\n'". Gnu find previously printed hh:mm:ss for the files modify time but now is printing hh:mm:ss.00 for all 33K+ files on my Squeeze system. The man page still says: T time, 24-hour (hh:mm:ss) Is there a way to get back the hh:mm:ss outpu