frwl
frwl copied to clipboard
deduplicate.sh doesn't work
@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.
sort -u servers.txt -o servers.txt or -o servers.2.txt if you want to keep them distinct.
This seems to be solved by someone we gotta just ask them for some code.