Help for this page

Select Code to Download


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