head
and tail
simultaneously
Easy Ways to Contribute! - [ ] Set up CodeQL - [ ] Set up Dependabot - [ ] Improve Readme - [ ] Add integration test for -f/--follow - [ ] Add integration test for -s/--sleep-interval - [ ] Add (any) unit tests - [ ] Add (any) benchmark tests (see criterion) - [ ] Add option to output to file - [ ] Find out if this even works on Windows - [ ] Make demo video for readme (put the video in a PR/issue comment and use the URL in the readme)
You need to have Rust installed.
```shell
$ cargo install headtail
$ cargo install --path . ```
```
$ headtail somebigfile.txt
$ somecommand | headtail
$ headtail somebigfile.txt -H 25 -T 5
$ headtail somebigfile.txt -T 3
$ headtail somebigfile.txt -f ```
See headtail -h
for a full list of command-line options.
Distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See license/APACHE and license/MIT.