find and printf

2007-12-25 2:41:00

On linux the find command has the printf option to output specfic info about
the files found e.g

find . -type f -name "*.txt" -printf "%s %t\n"

will output the size and timestamp of each file.

Is there an equivalent parameter for the find command on Solaris?

John

Comments

Got something to say?

You must be logged in to post a comment.