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
8 changes: 6 additions & 2 deletions 09-name.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.




Binary file added mergeMainAndnew_branch.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 new_branch_AND_main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.