mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Correct the description of the -f option: input and output fields are
separated by the field delimiter character, which is not necessarily the tab character.
This commit is contained in:
parent
107af8f9eb
commit
8180b4573c
1 changed files with 6 additions and 2 deletions
|
|
@ -109,8 +109,12 @@ as the field delimiter character instead of the tab character.
|
|||
.It Fl f Ar list
|
||||
The
|
||||
.Ar list
|
||||
specifies fields, delimited in the input by a single tab character.
|
||||
Output fields are separated by a single tab character.
|
||||
specifies fields, separated in the input by the field delimiter character
|
||||
(see the
|
||||
.Fl d
|
||||
option.)
|
||||
Output fields are separated by a single occurrence of the field delimiter
|
||||
character.
|
||||
.It Fl n
|
||||
Do not split multi-byte characters.
|
||||
.It Fl s
|
||||
|
|
|
|||
Loading…
Reference in a new issue