#!/bin/csh -xvf
awk 'length($0) > '$1
#tests whether length of line is greater than $1 from the command line
