#!/bin/sh - LANG=c;export LANG cat << EOF
EOF ls -l | expand | awk ' NF != 9 {next} $9 == "CVS" {next} $9 == "index.html" {next} $9 == "mklist" {next} {printf "%s\n",$9,$0}' cat << EOF