#!/bin/sh
#
# Wrapper around the find(1) command, which produces an aligned long  listing
# of the results.  This works on ssytems where "ls -lid" gives the output:
#
#7695 -rw-r--r--  1 jc  guests  3815036 Dec  6 20:01 ./p/music/bot/hst/trillian.mit.edu


find $* | xargs ls -Llid | align r l r l l r l r r
