#!/bin/tcsh
set data="`ls -1`"
echo $data

echo $data[2]

#foreach  item ($data) 
#  echo $item
#end
