frwl icon indicating copy to clipboard operation
frwl copied to clipboard

deduplicate.sh doesn't work

Open susanabino opened this issue 6 years ago • 2 comments

@ConnorMcF The script didin't work the times I tried to use it. It created servers.2.txt having removed one blank line in the beginning of the file, but the server list remained the same on both servers.txt and servers.2.txt.

susanabino avatar Feb 13 '19 20:02 susanabino

sort -u servers.txt -o servers.txt or -o servers.2.txt if you want to keep them distinct.

007 avatar Feb 13 '19 20:02 007

This seems to be solved by someone we gotta just ask them for some code.

mrcbax avatar Feb 15 '19 01:02 mrcbax