mirror of
https://github.com/disposable-email-domains/disposable-email-domains.git
synced 2024-11-22 08:38:12 +08:00
Update README.md
flag -i for uniq case insentivity flag -f for sort case insentivity probably only one was needed but what the heck
This commit is contained in:
parent
e6ff142fa4
commit
7794dc2579
@ -9,6 +9,6 @@ Feel free to create PR with more or request removing of your domain (with reason
|
|||||||
|
|
||||||
Use
|
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 @).
|
to add contents of another file in the same format (domains on new line without @).
|
||||||
|
Loading…
Reference in New Issue
Block a user