Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 367 Bytes

Level-9.md

File metadata and controls

6 lines (6 loc) · 367 Bytes

In this level, password is written only once while others are repeated.
Hence, we will use uniq -u command which will print only unique lines.
But for it to work, we need to have sorted lines. Hence, we will use sort first and then uniq.
Command: sort data.txt| uniq u

Password:EN632PlfYiZbn3PhVK3XOGSlNInNE00t