diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/.DS_Store differ diff --git a/09-name.sh b/09-name.sh index b9b330d..38dab02 100644 --- a/09-name.sh +++ b/09-name.sh @@ -2,13 +2,14 @@ # look up ip addresses of various search engines -servers="yahoo.com google.com dogpile.com wolframalpha.com" +servers="ggc.edu facebook.com cnn.com x.com france24.fr" for server in $servers; do - nslookup $server - echo "----------------------------" + traceroute $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. +#completed the exercise diff --git a/screenshot1.png b/screenshot1.png new file mode 100644 index 0000000..5d03efe Binary files /dev/null and b/screenshot1.png differ diff --git a/screenshot2.png b/screenshot2.png new file mode 100644 index 0000000..0f6b8e7 Binary files /dev/null and b/screenshot2.png differ