https://github.com/kantord/linefreq
Count the number of times each line occurs in stdin. Does not require lines to be presorted.
https://github.com/kantord/linefreq
Last synced: 7 months ago
JSON representation
Count the number of times each line occurs in stdin. Does not require lines to be presorted.
- Host: GitHub
- URL: https://github.com/kantord/linefreq
- Owner: kantord
- License: mit
- Created: 2023-11-01T07:03:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-05T02:48:31.000Z (almost 2 years ago)
- Last Synced: 2025-03-04T21:38:04.651Z (7 months ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# linefreq
Count the number of times each line occurs in stdin. Does not require lines to be presorted.