AdityaPatange1 / AdityaPatange1/zuniq
Implement 'global uniqueness'
Open
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Global Uniqueness (--global)
Instead of detecting duplicates only for adjacent lines, allow detection of duplicates globally across the entire input.
Use Case: Avoid the need for a separate sort command.
Command:
bash
Copy code
zuniq --global input.txt
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.