#!/bin/csh # # rhosts - show remote hosts setup in $HOME/login/hosts # # foreach h (`/bin/cat $HOME/login/hosts | /bin/cut -f1 -d';' | /bin/xargs`) /bin/echo $h end