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