-
New Feature Request
-
Resolution: Unresolved
-
Trivial
-
None
-
None
Hello it would be nice to know what are the oldest/newest file in a directory, its important in hospitals/laboratrys(L2L-links) for HL7/LDT-messages, etc..
an example for Linux is that:
stat -c "%Y %n" * | sort -n | head -n 1 |awk '
'