Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
7 changes: 4 additions & 3 deletions 09-name.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Binary file added screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.