- or download this
grep " $code$" * | awk -F: '{print $1}'
- or download this
awk '/^Customer Code.* '$code'$/{print FILENAME; exit}' *
- or download this
perl -e '
$site=shift;
...
close ARGV;
}
}' $code
- or download this
site_list=$(
perl -e '
...
}
$,=" "; print sort(values %system),"\n";
' /etc/uucp/Systems *)