Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 202 Bytes

level8.md

File metadata and controls

7 lines (4 loc) · 202 Bytes

level8

using sort and uniq commands to find a line which is not repeated, ie unique.

cat data.txt| sort | uniq -u to print the line which is unique and has count 1.

save the psswd and exit.