IT3110 @ utahtech
Your script should do the following:
head
or tail
)sed
.Your script should standard output the correct format so dns can use it. Here is some sample dns format:
proxmox1 IN A 144.38.194.118
proxmox2 IN A 144.38.199.115
proxmox3 IN A 144.38.202.116
jdocker IN A 144.38.203.163
Note: You will get the hostname and the ip from the downloaded file.
./make_dns.sh
. (And it would display the correct stuff to standard out)Write a script that counts down from 10 to zero. The script should sleep 1
for every iteration of the loop. The script should do the following when the counter is:
eight.txt
cat /etc/passwd
and grep for 1000, then do some awk magic to get the right valuewho
)Pass off in class.