#!/bin/sh # second scripting Bourne shell exercise # List directory ls -l $1 | grep -v \^d | sort +4n | more