1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

specify that cut -w is freebsd extension

This commit is contained in:
TechHara 2022-12-13 11:30:58 -05:00
parent 866a6d25c8
commit 17c48e13f4
2 changed files with 6 additions and 1 deletions

View file

@ -29,3 +29,7 @@ We provide a simple implementation of `more`, which is not part of GNU
coreutils. We do not aim for full compatibility with the `more` utility from
`util-linux`. Features from more modern pagers (like `less` and `bat`) are
therefore welcomed.
## `cut`
`cut` can separate fields by whitespace (Space and Tab) with `-w` flag. This feature is adopted from [FreeBSD](https://www.freebsd.org/cgi/man.cgi?cut).