mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-04 23:59:11 +00:00
9 lines
258 B
Markdown
9 lines
258 B
Markdown
# Unique Count
|
|
|
|
## Objectives
|
|
|
|
In this directory you have a file with list of IP addresses called `ip_list`. Using the file, determine which IP address is the most recurring (listed the most times).
|
|
|
|
# Solution
|
|
|
|
Click [here](solution.md) to view the solution |