#!/bin/bash # http://crystalfaeries.net/posix/bin/lsdir # celeste:crystalfaery 2015-04-13 00:20:23+00:00 # progressively offer us wider filenames in glorious detail: ls -Fd .??* * | awk '{print length, $0}' | sort -n | cut -f2- -d' ' exit $?