[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

find -printf ' %TT



    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.0000000000 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 output as it used to be short
of piping the output through sed 's/.0000000000//'?

Thanks,
Mike
-- 
Satisfied user of Linux since 1997.
O< ascii ribbon campaign - stop html mail - www.asciiribbon.org


Reply to: