Structs§
- Tail
Config - Configuration for tail
Enums§
- Follow
Mode - Follow mode
- Tail
Mode - Mode for tail operation
Functions§
- follow_
file - Follow a file for new data (basic implementation)
- parse_
size - Parse a numeric argument with optional suffix, same as head
- sendfile_
tail_ bytes - Use sendfile for zero-copy byte output on Linux (last N bytes)
- tail_
bytes - Output last N bytes from data
- tail_
bytes_ from - Output from byte N onward (1-indexed)
- tail_
file - Process a single file/stdin for tail
- tail_
lines - Output last N lines from data using backward SIMD scanning
- tail_
lines_ from - Output from line N onward (1-indexed)