Searched refs:eachfqdn (Results 1 – 1 of 1) sorted by relevance
529 typeset fqdnlist eachfqdn tmpvar fullhost535 eachfqdn=$(echo "$list" | cut -d"," -f$count)536 if [[ -z $eachfqdn ]]; then540 while [[ ! -z $eachfqdn ]]; do541 tmpvar=$(echo "$eachfqdn" | cut -d"." -f1)543 fullhost="$hostname$eachfqdn"545 fullhost="$hostname.$eachfqdn"557 eachfqdn=$(echo "$list" | cut -d"," -f$count)