#!/bin/sh
ls -dl $* | awk -- '!/^total/ { print $1; }'
