Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cedric05/split-tail-out
https://github.com/cedric05/split-tail-out
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cedric05/split-tail-out
- Owner: cedric05
- Created: 2023-05-04T06:01:32.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-19T01:29:56.000Z (about 1 year ago)
- Last Synced: 2024-10-05T23:21:55.245Z (3 months ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# split-tail-out
This project mainly aims on splitting tail output of multiple files into individual files
## Example
`cargo run `
## Disclaimer
it only works for multiple files tail output
## Future
- support single file (error handling)