diff --git a/09-name.sh b/09-name.sh index b9b330d..e06a7e2 100644 --- a/09-name.sh +++ b/09-name.sh @@ -2,13 +2,17 @@ # look up ip addresses of various search engines -servers="yahoo.com google.com dogpile.com wolframalpha.com" +servers="ggc.edu amazon.com hulu.com youtube.com bible.com" for server in $servers; do - nslookup $server + tracert $server echo "----------------------------" done # exercise: Change the list of servers and also the # operation applied to them. For instance, use ping, # traceroute, or nslookup with other options. + + + + diff --git a/mergeMainAndnew_branch.png b/mergeMainAndnew_branch.png new file mode 100644 index 0000000..450cfd5 Binary files /dev/null and b/mergeMainAndnew_branch.png differ diff --git a/new_branch_AND_main.png b/new_branch_AND_main.png new file mode 100644 index 0000000..862b6c3 Binary files /dev/null and b/new_branch_AND_main.png differ