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

Bug#576677: find's %Y



What's barfy is it turns out the same command sometimes gives different output!
$ mount|grep /tmp #df shows plenty of space too.
tmpfs on /tmp type tmpfs (rw)
14:04 ~$ find /tmp/NOSHUCH -printf %Y\\n
N
14:05 ~$ find /tmp/sleep  -printf %Y\\n
f
14:05 ~$ find /tmp -name sleep  -printf %Y\\n ###COMPARE
N
N
14:05 ~$ cd /tmp; ln -s /etc/debian_version .
14:06 tmp$ find /tmp/debian_version -printf %Y\\n
f
14:07 tmp$ find /tmp -name debian_version -printf %Y\\n
f
14:07 tmp$ find /tmp -name debian_version -printf %Y\\n
f
14:07 tmp$ find /tmp -name sleep -print -printf %Y\\n
/tmp/sleep
f
/tmp/mkinitramfs_VcP7aW/bin/sleep
f
14:08 tmp$ find /tmp -name sleep  -printf %Y\\n ###COMPARE
f
f



Reply to: