Hi Folks,
I'm looking forward to establish event triggered cloud like duplex file syncronisation. Therefore, I'd like to understand what the time stamp of the latest modified file is like that:
find . -type f -printf "%C@ %s %p\n" | sort -r | head -n 1
But, the OS of the DNS-320 does not recognise the printf option and comes up with
root@DNS-320:/mnt/HD/HD_a2# find . -type f -printf "%C@\n" | sort -r | head -n 1
find: unrecognized: -printf
BusyBox v1.12.1 (2008-09-29 20:38:04 CEST) multi-call binary
Usage: find [PATH...] [EXPRESSION]
Search for files. The default PATH is the current directory,
default EXPRESSION is '-print'
EXPRESSION may consist of:
-follow Dereference symlinks
....
Can anyone tell me how to get the OS bash/find ot recognise printf?
Thanks
re
Peter