mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
make dev
This commit is contained in:
parent
4d83e88ff6
commit
8b524b3ada
6 changed files with 27 additions and 17 deletions
|
|
@ -757,12 +757,14 @@ Notes:
|
|||
within the input.
|
||||
--pass-comments-with {string}
|
||||
Immediately print commented lines within input, with
|
||||
specified prefix.
|
||||
specified prefix. For CSV input format, the prefix
|
||||
must be a single character.
|
||||
--skip-comments Ignore commented lines (prefixed by `#`) within the
|
||||
input.
|
||||
--skip-comments-with {string}
|
||||
Ignore commented lines within input, with specified
|
||||
prefix.
|
||||
prefix. For CSV input format, the prefix must be a
|
||||
single character.
|
||||
</pre>
|
||||
|
||||
Examples:
|
||||
|
|
|
|||
|
|
@ -255,12 +255,14 @@ This is simply a copy of what you should see on running `man mlr` at a command p
|
|||
within the input.
|
||||
--pass-comments-with {string}
|
||||
Immediately print commented lines within input, with
|
||||
specified prefix.
|
||||
specified prefix. For CSV input format, the prefix
|
||||
must be a single character.
|
||||
--skip-comments Ignore commented lines (prefixed by `#`) within the
|
||||
input.
|
||||
--skip-comments-with {string}
|
||||
Ignore commented lines within input, with specified
|
||||
prefix.
|
||||
prefix. For CSV input format, the prefix must be a
|
||||
single character.
|
||||
|
||||
1mCOMPRESSED-DATA FLAGS0m
|
||||
Miller offers a few different ways to handle reading data files
|
||||
|
|
@ -3757,5 +3759,5 @@ This is simply a copy of what you should see on running `man mlr` at a command p
|
|||
MIME Type for Comma-Separated Values (CSV) Files, the Miller docsite
|
||||
https://miller.readthedocs.io
|
||||
|
||||
2025-08-14 4mMILLER24m(1)
|
||||
2025-08-15 4mMILLER24m(1)
|
||||
</pre>
|
||||
|
|
|
|||
|
|
@ -234,12 +234,14 @@
|
|||
within the input.
|
||||
--pass-comments-with {string}
|
||||
Immediately print commented lines within input, with
|
||||
specified prefix.
|
||||
specified prefix. For CSV input format, the prefix
|
||||
must be a single character.
|
||||
--skip-comments Ignore commented lines (prefixed by `#`) within the
|
||||
input.
|
||||
--skip-comments-with {string}
|
||||
Ignore commented lines within input, with specified
|
||||
prefix.
|
||||
prefix. For CSV input format, the prefix must be a
|
||||
single character.
|
||||
|
||||
1mCOMPRESSED-DATA FLAGS0m
|
||||
Miller offers a few different ways to handle reading data files
|
||||
|
|
@ -3736,4 +3738,4 @@
|
|||
MIME Type for Comma-Separated Values (CSV) Files, the Miller docsite
|
||||
https://miller.readthedocs.io
|
||||
|
||||
2025-08-14 4mMILLER24m(1)
|
||||
2025-08-15 4mMILLER24m(1)
|
||||
|
|
|
|||
|
|
@ -63,9 +63,9 @@ Notes:
|
|||
**Flags:**
|
||||
|
||||
* `--pass-comments`: Immediately print commented lines (prefixed by `#`) within the input.
|
||||
* `--pass-comments-with {string}`: Immediately print commented lines within input, with specified prefix.
|
||||
* `--pass-comments-with {string}`: Immediately print commented lines within input, with specified prefix. For CSV input format, the prefix must be a single character.
|
||||
* `--skip-comments`: Ignore commented lines (prefixed by `#`) within the input.
|
||||
* `--skip-comments-with {string}`: Ignore commented lines within input, with specified prefix.
|
||||
* `--skip-comments-with {string}`: Ignore commented lines within input, with specified prefix. For CSV input format, the prefix must be a single character.
|
||||
|
||||
## Compressed-data flags
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue