notepad++ 删除重复记录
- sort line with Edit -> Line Operations -> Sort Lines Lexicographically ascending
- do a Find / Replace:
- Find What:
^(.*\r?\n)\1+
- Replace with: (Nothing, leave empty)
- Check Regular Expression in the lower left
- Click Replace All
- Find What: