From: htoaster@yabbs To: hbeast@yabbs Subject: re: input scripter Date: Sat Apr 24 15:39:29 1993 Most shells allow something like that. On the cshell you would use $<, so do something like: #!/bin/csh i=$< echo $i On sh you would use read...check out the man pages for more info on both. htoaster ÿ