#!/bin/csh -f
set a=`gets`
echo $a is your string
