There's already another question about this that has the following answer:
find . -type f -printf '%T@ %p\n' | sort -n | tail -1 | cut -f2- -d" "
But I get the following error when I run this on Solaris
find: bad option -printf
find: [-H | -L] path-list predicate-list
And here's what I get when I run uname -a
SunOS <SERVER NAME HERE> 5.10 Generic_150400-59 sun4u sparc SUNW,SPARC-Enterprise
Does anyone know the Solaris Equivalent? Please and Thank You!
Please and Thank You!