#!/bin/ksh #Output the login name of everyone who owns more than one file in the #current directory. #Sample use: own2 ls -l | tail +2 | awk '{print $3}' | sort | uniq -d