#
set names = "$*"
foreach i ($names)
    echo "----------------- Looking for $i in YS and IDL Directories"
    find /ys/ -name $i -print
    find /usr/local/lib/idl/lib/ -name $i -print
end
