#! /usr/local/bin/tcsh -f echo -n "ti piace la shell C ? " set reply = $< if ($reply == "si") then echo hai detto si "!" else if ($reply =~ y*) then echo hai detto yes "?" endif