#!/bin/sh #@(#) does an ls -lg to show both file owner and group. (V1.0) exec ls -lg "$@"