1 2 3 4 5 6 7
#!/bin/sh printf "`basename $1`" printf " " printf "`date -r "$1"`" printf " " printf "$2x$3 (`du -Hh "$1" | cut -f 1`)"