https://github.com/seamia/cut
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/seamia/cut
- Owner: seamia
- License: mit
- Created: 2025-06-27T21:34:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-08T14:08:12.000Z (about 1 year ago)
- Last Synced: 2025-07-08T15:24:56.011Z (about 1 year ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cut
an utility to manipulate/alter content of a text file
e.g.
cat text-file.txt | cut sort | cut dedupe | cut replace bad good /i > result.txt