Structs§
- CatConfig
- Configuration for cat
Functions§
- cat_
file - Process a single file for cat
- cat_
plain_ file - Plain cat for a single file — tries splice/sendfile, then falls back to mmap+write
- cat_
plain_ stdin - Plain cat for stdin — try splice on Linux, otherwise bulk read+write
- cat_
with_ options - Cat with options (numbering, show-ends, show-tabs, show-nonprinting, squeeze)
- splice_
file_ to_ stdout - Use splice for zero-copy file→stdout on Linux (file → pipe)