From 7794dc25797e597603d1d3029fe09f9ed14c7ede Mon Sep 17 00:00:00 2001 From: Marten Date: Wed, 24 Sep 2014 11:02:54 -0400 Subject: [PATCH] Update README.md flag -i for uniq case insentivity flag -f for sort case insentivity probably only one was needed but what the heck --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a9fae6..7e7f240 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,6 @@ Feel free to create PR with more or request removing of your domain (with reason Use -`cat disposable_email_blacklist.conf your_file | sort | uniq > disposable_email_blacklist.conf` +`cat disposable_email_blacklist.conf your_file | uniq -i | sort -f > disposable_email_blacklist.conf` to add contents of another file in the same format (domains on new line without @).