#!/bin/tcsh

ls -1 |  while ($var) { set var=`head  -1`; echo $var }



