From 9e1b4d2965e44e0b60759ad966fa1b5fae95d0f2 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Sat, 15 Aug 2026 15:27:42 +0200 Subject: [PATCH] docs: remove cut's -w from the extensions --- docs/src/extensions.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/src/extensions.md b/docs/src/extensions.md index bb0dfff0617..18a74add61b 100644 --- a/docs/src/extensions.md +++ b/docs/src/extensions.md @@ -60,11 +60,6 @@ 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). - ## `fmt` `fmt` has additional flags for prefixes: `-P`/`--skip-prefix`, `-x`/`--exact-prefix`, and