Search Results

Search: Posts Made By: Franklin52
5,873
Posted By Franklin52
An approach with awk: awk -F"#" 'BEGIN{ ...
An approach with awk:

awk -F"#" 'BEGIN{
"/usr/bin/dig +short host1.dyndns.com | /usr/bin/tail -n 1" |getline ip["host1.dyndns.com"]
"/usr/bin/dig +short host2.dyndns.com | /usr/bin/tail -n 1"...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 03:40 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy