mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-17 16:38:54 +00:00
mlr cat --filename / --filenum (#1080)
* mlr cat --filename / --filenum * codespell
This commit is contained in:
parent
7be37aeb09
commit
dafec6dc09
18 changed files with 84 additions and 12 deletions
|
|
@ -884,6 +884,8 @@ VERBS
|
|||
-n Prepend field "n" to each record with record-counter starting at 1.
|
||||
-N {name} Prepend field {name} to each record with record-counter starting at 1.
|
||||
-g {a,b,c} Optional group-by-field names for counters, e.g. a,b,c
|
||||
--filename Prepend current filename to each record.
|
||||
--filenum Prepend current filenum (1-up) to each record.
|
||||
-h|--help Show this message.
|
||||
|
||||
check
|
||||
|
|
@ -3259,4 +3261,4 @@ SEE ALSO
|
|||
|
||||
|
||||
|
||||
2022-08-14 MILLER(1)
|
||||
2022-08-20 MILLER(1)
|
||||
|
|
|
|||
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: mlr
|
||||
.\" Author: [see the "AUTHOR" section]
|
||||
.\" Generator: ./mkman.rb
|
||||
.\" Date: 2022-08-14
|
||||
.\" Date: 2022-08-20
|
||||
.\" Manual: \ \&
|
||||
.\" Source: \ \&
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "MILLER" "1" "2022-08-14" "\ \&" "\ \&"
|
||||
.TH "MILLER" "1" "2022-08-20" "\ \&" "\ \&"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Portability definitions
|
||||
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
@ -1071,6 +1071,8 @@ Options:
|
|||
-n Prepend field "n" to each record with record-counter starting at 1.
|
||||
-N {name} Prepend field {name} to each record with record-counter starting at 1.
|
||||
-g {a,b,c} Optional group-by-field names for counters, e.g. a,b,c
|
||||
--filename Prepend current filename to each record.
|
||||
--filenum Prepend current filenum (1-up) to each record.
|
||||
-h|--help Show this message.
|
||||
.fi
|
||||
.if n \{\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue