:
file `find . -type f -print ` | 
sed 's/[ 	][ 	]*/ /g' |
awk -F: '{printf "%-30s %s\n",$1,$2}' | sort
