miller/docs/src
John Kerl a8ee858e60
reorder -r: group matched fields by regex order, not record order (#2159)
With multiple regexes, 'mlr reorder -r' previously emitted all matched
fields in record order, ignoring the order the regexes were given. Now
matched fields are grouped by regex-list order (first regex's matches
first, then the second's, etc.); within each group, fields keep their
record order. A field matching multiple regexes is claimed by the first
one. This makes 'reorder -r' consistent with 'cut -orf' and satisfies
the original request in #1325: -r '^YYY,^XXX' puts YYY-prefixed fields
first, then XXX-prefixed fields, then the rest. Applies to -e, -b, and
-a modes as well.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-07-06 15:07:16 -04:00
..
_static More codespell fixes (#834) 2022-01-03 21:40:53 -05:00
coverart Add mlr-put example to coverart.png 2021-12-28 19:59:35 -05:00
data Emit valid JSON numbers for floats like 004.56; document CSV quoting vs. type inference (#2151) 2026-07-05 20:19:32 -04:00
images Remove Miller-5 source/doc/manpage directories, along with C-build files (#731) 2021-11-04 00:45:44 -04:00
javascripts Remove Miller-5 source/doc/manpage directories, along with C-build files (#731) 2021-11-04 00:45:44 -04:00
miller-as-library Multiple style updates (#1974) 2026-02-16 15:49:21 -05:00
multi-join Remove Miller-5 source/doc/manpage directories, along with C-build files (#731) 2021-11-04 00:45:44 -04:00
ngrams typofix 2022-01-30 12:06:23 -05:00
perf Add PNG graphics to perf docs for issue-2084 perf mods (#2095) 2026-06-20 10:39:43 -04:00
pix More AI skill/MCP docs (#2140) 2026-07-04 14:45:29 -04:00
polyglot-dkvp-io Fix: multiple documentation tweaks (#949) 2022-02-18 18:38:30 -05:00
profiling flame-graph screenshots 2022-07-14 12:06:50 -04:00
programs sieve2.mlr 2026-03-05 20:50:12 -05:00
tools Remove Miller-5 source/doc/manpage directories, along with C-build files (#731) 2021-11-04 00:45:44 -04:00
.vimrc Remove Miller-5 source/doc/manpage directories, along with C-build files (#731) 2021-11-04 00:45:44 -04:00
10min.md Doc copy edits (#1827) 2025-07-04 13:43:22 -04:00
10min.md.in Doc copy edits (#1827) 2025-07-04 13:43:22 -04:00
absent-example.json Remove Miller-5 source/doc/manpage directories, along with C-build files (#731) 2021-11-04 00:45:44 -04:00
agent-skill.md More AI skill/MCP docs (#2140) 2026-07-04 14:45:29 -04:00
agent-skill.md.in More AI skill/MCP docs (#2140) 2026-07-04 14:45:29 -04:00
ai-support.md More AI skill/MCP docs (#2140) 2026-07-04 14:45:29 -04:00
ai-support.md.in More AI skill/MCP docs (#2140) 2026-07-04 14:45:29 -04:00
ai.md More AI skill/MCP docs (#2140) 2026-07-04 14:45:29 -04:00
ai.md.in More AI skill/MCP docs (#2140) 2026-07-04 14:45:29 -04:00
build-one Remove Miller-5 source/doc/manpage directories, along with C-build files (#731) 2021-11-04 00:45:44 -04:00
build.md Use Go 1.24.5 (#1843) 2025-07-22 20:15:48 -04:00
build.md.in Use Go 1.24.5 (#1843) 2025-07-22 20:15:48 -04:00
circle.csv Remove Miller-5 source/doc/manpage directories, along with C-build files (#731) 2021-11-04 00:45:44 -04:00
commas.csv Remove Miller-5 source/doc/manpage directories, along with C-build files (#731) 2021-11-04 00:45:44 -04:00
community.md Fix some doc links 2021-11-05 11:14:14 -04:00
community.md.in Remove Miller-5 source/doc/manpage directories, along with C-build files (#731) 2021-11-04 00:45:44 -04:00
context-example.mlr Remove Miller-5 source/doc/manpage directories, along with C-build files (#731) 2021-11-04 00:45:44 -04:00
contributing.md CONTRIBUTING.md 2026-07-05 10:35:41 -04:00
contributing.md.in CONTRIBUTING.md 2026-07-05 10:35:41 -04:00
cpu.md Run "make docs" after previous PRs 2022-01-10 19:56:29 -05:00
cpu.md.in Fix typo (#854) 2022-01-10 19:55:01 -05:00
csv-with-and-without-headers.md Miller 6.5.0 2022-11-27 12:48:33 -05:00
csv-with-and-without-headers.md.in Dedupe field names by default (#794) 2021-12-22 21:07:29 -05:00
custom-record-formatting.mlr Add docs example on custom record-output formatting (#1989) 2026-02-22 12:45:45 -05:00
customization.md Support ZSTD compression in-process (#1360) 2023-08-19 15:22:59 -04:00
customization.md.in Support ZSTD compression in-process (#1360) 2023-08-19 15:22:59 -04:00
data-cleaning-examples.md Miller 6.5.0 2022-11-27 12:48:33 -05:00
data-cleaning-examples.md.in More Miller 6 release prep 2021-11-06 12:57:24 -04:00
data-diving-examples.md mlr reorder -r (#1960) 2026-02-14 19:40:20 -05:00
data-diving-examples.md.in mlr cat --filename / --filenum (#1080) 2022-08-20 08:42:15 -04:00
data-error.csv Fatal-on-data-error mlr -x option (#1373) 2023-08-30 19:39:22 -04:00
date-time-examples.md mlr reorder -r (#1960) 2026-02-14 19:40:20 -05:00
date-time-examples.md.in More Miller 6 release prep 2021-11-06 12:57:24 -04:00
dates.csv Remove Miller-5 source/doc/manpage directories, along with C-build files (#731) 2021-11-04 00:45:44 -04:00
dkvp-examples.md doc-neaten 2023-08-26 16:51:44 -04:00
dkvp-examples.md.in More Miller 6 release prep 2021-11-06 12:57:24 -04:00
doc-reorg.txt Remove Miller-5 source/doc/manpage directories, along with C-build files (#731) 2021-11-04 00:45:44 -04:00
dsl-example.mlr Add doc info on DSL code-comment syntax (#1165) 2022-12-31 14:30:49 -05:00
etymology.md Fix some doc links 2021-11-05 11:14:14 -04:00
etymology.md.in Remove Miller-5 source/doc/manpage directories, along with C-build files (#731) 2021-11-04 00:45:44 -04:00
example-mlr-s-script Fix mlr -s shebang doc and reject arrays/maps in contains/index (#1658) (#2058) 2026-05-17 11:40:39 -04:00
example-mlr-s-script-no-shebang Add new files for previous commit 2021-12-25 14:14:30 -05:00
example-shell-script Add new files for previous commit 2021-12-25 14:14:30 -05:00
example.csv Remove Miller-5 source/doc/manpage directories, along with C-build files (#731) 2021-11-04 00:45:44 -04:00
example.json Remove Miller-5 source/doc/manpage directories, along with C-build files (#731) 2021-11-04 00:45:44 -04:00
expo-sample.sh Remove Miller-5 source/doc/manpage directories, along with C-build files (#731) 2021-11-04 00:45:44 -04:00
extra.css Update extra.css (#1633) 2024-08-27 08:44:20 -04:00
factorial-example.mlr Remove Miller-5 source/doc/manpage directories, along with C-build files (#731) 2021-11-04 00:45:44 -04:00
features.md Add DCF (Debian Control Format) as supported file type (#1970) 2026-02-16 11:10:39 -05:00
features.md.in Add DCF (Debian Control Format) as supported file type (#1970) 2026-02-16 11:10:39 -05:00
file-formats.md Add --right-align-numeric for PPRINT and Markdown output (#1503) (#2161) 2026-07-06 15:02:18 -04:00
file-formats.md.in Add --right-align-numeric for PPRINT and Markdown output (#1503) (#2161) 2026-07-06 15:02:18 -04:00
flags.txt Add DKVPX file format (#2002) 2026-03-02 22:35:08 -05:00
flatten-unflatten.md Prepare 6.18.1 release 2026-04-19 11:41:48 -04:00
flatten-unflatten.md.in Fix section-title typos for docs in #1735 (#1736) 2024-12-23 14:19:51 -05:00
for-example.mlr Remove Miller-5 source/doc/manpage directories, along with C-build files (#731) 2021-11-04 00:45:44 -04:00
genmd-filter Fix: multiple documentation tweaks (#949) 2022-02-18 18:38:30 -05:00
genmds Ensure 'make man' and 'make docs' use in-tree mlr executable 2021-11-12 22:41:40 -05:00
glossary.md glossary entries for AI 2026-07-04 14:51:03 -04:00
glossary.md.in glossary entries for AI 2026-07-04 14:51:03 -04:00
gz-example.csv.gz Remove Miller-5 source/doc/manpage directories, along with C-build files (#731) 2021-11-04 00:45:44 -04:00
h1foo Remove Miller-5 source/doc/manpage directories, along with C-build files (#731) 2021-11-04 00:45:44 -04:00
h2foo Remove Miller-5 source/doc/manpage directories, along with C-build files (#731) 2021-11-04 00:45:44 -04:00
h3foo Remove Miller-5 source/doc/manpage directories, along with C-build files (#731) 2021-11-04 00:45:44 -04:00
how-to-release.md CONTRIBUTING.md 2026-07-05 10:35:41 -04:00
how-to-release.md.in tools/release.sh + how-to-release.md.in: guard against tag-before-bump ordering bug (#2137) 2026-07-05 10:13:16 -04:00
if-example.mlr Remove Miller-5 source/doc/manpage directories, along with C-build files (#731) 2021-11-04 00:45:44 -04:00
index.md Add DCF (Debian Control Format) as supported file type (#1970) 2026-02-16 11:10:39 -05:00
index.md.in Add DCF (Debian Control Format) as supported file type (#1970) 2026-02-16 11:10:39 -05:00
installing-miller.md Post-6.20.2 release: back to 6.20.2-dev 2026-07-04 15:44:14 -04:00
installing-miller.md.in More AI skill/MCP docs (#2140) 2026-07-04 14:45:29 -04:00
internationalization.md Miller 6.5.0 2022-11-27 12:48:33 -05:00
internationalization.md.in More Miller 6 release prep 2021-11-06 12:57:24 -04:00
keystroke-savers.md Default to "cat" verb when none is supplied (#2060) 2026-05-17 12:13:21 -04:00
keystroke-savers.md.in Default to "cat" verb when none is supplied (#2060) 2026-05-17 12:13:21 -04:00
kubectl-and-helm.md Implement mlr uniq -x (#1457) 2023-12-23 16:20:11 -05:00
kubectl-and-helm.md.in make docs 2023-12-19 09:52:16 -05:00
link.txt Remove Miller-5 source/doc/manpage directories, along with C-build files (#731) 2021-11-04 00:45:44 -04:00
log-processing-examples.md Miller 6.5.0 2022-11-27 12:48:33 -05:00
log-processing-examples.md.in More Miller 6 release prep 2021-11-06 12:57:24 -04:00
log.txt Remove Miller-5 source/doc/manpage directories, along with C-build files (#731) 2021-11-04 00:45:44 -04:00
Makefile Update webdocs for latest mlr compile 2021-11-19 13:55:57 -05:00
manpage.md Add --right-align-numeric for PPRINT and Markdown output (#1503) (#2161) 2026-07-06 15:02:18 -04:00
manpage.md.in More Miller 6 release prep 2021-11-06 12:57:24 -04:00
manpage.txt Add --right-align-numeric for PPRINT and Markdown output (#1503) (#2161) 2026-07-06 15:02:18 -04:00
mcp-server.md More AI skill/MCP docs (#2140) 2026-07-04 14:45:29 -04:00
mcp-server.md.in More AI skill/MCP docs (#2140) 2026-07-04 14:45:29 -04:00
miller-as-library.md Update source material for #1665 (#1666) 2024-10-02 08:46:27 -04:00
miller-as-library.md.in Better API example (#1392) 2023-09-10 19:47:42 -04:00
miller-on-windows.md Doc copy edits (#1827) 2025-07-04 13:43:22 -04:00
miller-on-windows.md.in Doc copy edits (#1827) 2025-07-04 13:43:22 -04:00
miller-programming-language.md Doc copy edits (#1827) 2025-07-04 13:43:22 -04:00
miller-programming-language.md.in Doc copy edits (#1827) 2025-07-04 13:43:22 -04:00
misc-examples.md Fix typo (#1252) 2023-04-01 08:29:07 -04:00
misc-examples.md.in Fix typo (#1252) 2023-04-01 08:29:07 -04:00
missings.csv Summing up empty data (#1370) 2023-08-26 21:24:34 -04:00
missings.json Summing up empty data (#1370) 2023-08-26 21:24:34 -04:00
mk-flag-info.rb Add DCF (Debian Control Format) as supported file type (#1970) 2026-02-16 11:10:39 -05:00
mk-func-h2s.sh Remove Miller-5 source/doc/manpage directories, along with C-build files (#731) 2021-11-04 00:45:44 -04:00
mk-func-info.rb make <a> tags non-self-closing & HTML-compliant 2022-02-27 11:42:57 -05:00
mlr.1 cut: Consider -o flag even when using regexes with -r (#1823) 2025-07-03 18:54:09 -04:00
morph More Miller 6 release prep 2021-11-06 12:57:24 -04:00
morphs Remove Miller-5 source/doc/manpage directories, along with C-build files (#731) 2021-11-04 00:45:44 -04:00
new-in-miller-6.md Update performance docs (#1991) 2026-02-22 17:04:35 -05:00
new-in-miller-6.md.in Update performance docs (#1991) 2026-02-22 17:04:35 -05:00
online-help.md Tier-2 structured verb options: OptionSpec, initial migration (#2098) (#2111) 2026-07-03 14:27:23 -04:00
online-help.md.in 'mlr help function nonesuch' should not be silent (#934) 2022-02-08 21:19:46 -05:00
operating-on-all-fields.md 6.6.0 (#1169) 2023-01-01 17:12:00 -05:00
operating-on-all-fields.md.in FAQ entry for #285: carriage returns in field names (#953) 2022-02-21 13:01:00 -05:00
operating-on-all-records.md miller 6.12.0 2024-03-16 17:19:05 -04:00
operating-on-all-records.md.in More Miller 6 release prep 2021-11-06 12:57:24 -04:00
originality.md Doc copy edits (#1827) 2025-07-04 13:43:22 -04:00
originality.md.in Doc copy edits (#1827) 2025-07-04 13:43:22 -04:00
output-colorization.md Support $NO_COLOR (#1580) 2024-06-08 13:08:15 -04:00
output-colorization.md.in Support $NO_COLOR (#1580) 2024-06-08 13:08:15 -04:00
parsing-and-formatting-fields.md Miller 6.5.0 2022-11-27 12:48:33 -05:00
parsing-and-formatting-fields.md.in Support more Go regex patterns, like "\d" (#974) 2022-03-07 00:06:33 -05:00
performance.md typofix 2026-06-20 10:48:59 -04:00
performance.md.in typofix 2026-06-20 10:48:59 -04:00
programming-examples.md Miller 6.5.0 2022-11-27 12:48:33 -05:00
programming-examples.md.in More Miller 6 release prep 2021-11-06 12:57:24 -04:00
purple.csv.gz Remove Miller-5 source/doc/manpage directories, along with C-build files (#731) 2021-11-04 00:45:44 -04:00
questions-about-joins.md Auto-unsparsify CSV and TSV on output (#1479) 2024-01-20 18:43:49 -05:00
questions-about-joins.md.in More Miller 6 release prep 2021-11-06 12:57:24 -04:00
questions-about-then-chaining.md Miller 6.5.0 2022-11-27 12:48:33 -05:00
questions-about-then-chaining.md.in More Miller 6 release prep 2021-11-06 12:57:24 -04:00
randomizing-examples.md Miller 6.5.0 2022-11-27 12:48:33 -05:00
randomizing-examples.md.in typofix 2022-01-08 21:52:29 -05:00
record-heterogeneity.md Multiple style updates (#1974) 2026-02-16 15:49:21 -05:00
record-heterogeneity.md.in Doc copy edits (#1827) 2025-07-04 13:43:22 -04:00
record-templating-example.mlr Add docs example on custom record-output formatting (#1989) 2026-02-22 12:45:45 -05:00
red.csv.gz Remove Miller-5 source/doc/manpage directories, along with C-build files (#731) 2021-11-04 00:45:44 -04:00
reference-dsl-builtin-functions.md Add a first-class bytes type to the DSL, with b"..." literals and base64/hex codecs (#2122) 2026-07-03 11:58:44 -04:00
reference-dsl-builtin-functions.md.in Doc copy edits (#1827) 2025-07-04 13:43:22 -04:00
reference-dsl-complexity.md Doc copy edits (#1827) 2025-07-04 13:43:22 -04:00
reference-dsl-complexity.md.in Doc copy edits (#1827) 2025-07-04 13:43:22 -04:00
reference-dsl-control-structures.md Doc copy edits (#1827) 2025-07-04 13:43:22 -04:00
reference-dsl-control-structures.md.in Doc copy edits (#1827) 2025-07-04 13:43:22 -04:00
reference-dsl-differences.md Replace GOCC parser-generator with PGPG (#2015) 2026-03-15 22:28:57 -04:00
reference-dsl-differences.md.in Add mlr step -a rprod for running products (#1228) 2023-03-12 13:32:23 -04:00
reference-dsl-errors.md Multiple style updates (#1974) 2026-02-16 15:49:21 -05:00
reference-dsl-errors.md.in Fatal-on-data-error mlr -x option (#1373) 2023-08-30 19:39:22 -04:00
reference-dsl-filter-statements.md Doc copy edits (#1827) 2025-07-04 13:43:22 -04:00
reference-dsl-filter-statements.md.in Doc copy edits (#1827) 2025-07-04 13:43:22 -04:00
reference-dsl-higher-order-functions.md Replace GOCC parser-generator with PGPG (#2015) 2026-03-15 22:28:57 -04:00
reference-dsl-higher-order-functions.md.in Doc copy edits (#1827) 2025-07-04 13:43:22 -04:00
reference-dsl-operators.md Doc copy edits (#1827) 2025-07-04 13:43:22 -04:00
reference-dsl-operators.md.in Doc copy edits (#1827) 2025-07-04 13:43:22 -04:00
reference-dsl-output-statements.md Replace GOCC parser-generator with PGPG (#2015) 2026-03-15 22:28:57 -04:00
reference-dsl-output-statements.md.in Replace GOCC parser-generator with PGPG (#2015) 2026-03-15 22:28:57 -04:00
reference-dsl-syntax.md Doc copy edits (#1827) 2025-07-04 13:43:22 -04:00
reference-dsl-syntax.md.in Doc copy edits (#1827) 2025-07-04 13:43:22 -04:00
reference-dsl-time.md Implement mlr uniq -x (#1457) 2023-12-23 16:20:11 -05:00
reference-dsl-time.md.in make docs 2023-12-19 09:52:16 -05:00
reference-dsl-unset-statements.md Miller 6.5.0 2022-11-27 12:48:33 -05:00
reference-dsl-unset-statements.md.in More Miller 6 release prep 2021-11-06 12:57:24 -04:00
reference-dsl-user-defined-functions.md Doc copy edits (#1827) 2025-07-04 13:43:22 -04:00
reference-dsl-user-defined-functions.md.in Doc copy edits (#1827) 2025-07-04 13:43:22 -04:00
reference-dsl-variables.md Add a first-class bytes type to the DSL, with b"..." literals and base64/hex codecs (#2122) 2026-07-03 11:58:44 -04:00
reference-dsl-variables.md.in Doc copy edits (#1827) 2025-07-04 13:43:22 -04:00
reference-dsl.md Require that filter expressions be boolean (or absent) (#1935) 2026-02-01 12:36:38 -05:00
reference-dsl.md.in Require that filter expressions be boolean (or absent) (#1935) 2026-02-01 12:36:38 -05:00
reference-main-arithmetic.md Add Inf and NaN literals to the DSL (#933) 2022-02-08 09:58:50 -05:00
reference-main-arithmetic.md.in Add Inf and NaN literals to the DSL (#933) 2022-02-08 09:58:50 -05:00
reference-main-arrays.md Miller 6.5.0 2022-11-27 12:48:33 -05:00
reference-main-arrays.md.in Doc updates for #960 2022-02-22 00:10:49 -05:00
reference-main-auxiliary-commands.md Values-only -a option for mlr grep (#1305) 2023-06-03 17:19:40 -04:00
reference-main-auxiliary-commands.md.in Reorganization of new-in-miller-6 docpage (#750) 2021-11-13 23:18:35 -05:00
reference-main-compressed-data.md Support ZSTD compression in-process (#1360) 2023-08-19 15:22:59 -04:00
reference-main-compressed-data.md.in Support ZSTD compression in-process (#1360) 2023-08-19 15:22:59 -04:00
reference-main-data-types.md Emit valid JSON numbers for floats like 004.56; document CSV quoting vs. type inference (#2151) 2026-07-05 20:19:32 -04:00
reference-main-data-types.md.in Emit valid JSON numbers for floats like 004.56; document CSV quoting vs. type inference (#2151) 2026-07-05 20:19:32 -04:00
reference-main-env-vars.md Support $NO_COLOR (#1580) 2024-06-08 13:08:15 -04:00
reference-main-env-vars.md.in Support $NO_COLOR (#1580) 2024-06-08 13:08:15 -04:00
reference-main-flag-list.md Add --right-align-numeric for PPRINT and Markdown output (#1503) (#2161) 2026-07-06 15:02:18 -04:00
reference-main-flag-list.md.in More Miller 6 release prep 2021-11-06 12:57:24 -04:00
reference-main-in-place-processing.md Fix some doc links 2021-11-05 11:14:14 -04:00
reference-main-in-place-processing.md.in Remove Miller-5 source/doc/manpage directories, along with C-build files (#731) 2021-11-04 00:45:44 -04:00
reference-main-maps.md Miller 6.5.0 2022-11-27 12:48:33 -05:00
reference-main-maps.md.in More Miller 6 release prep 2021-11-06 12:57:24 -04:00
reference-main-null-data.md Add a first-class bytes type to the DSL, with b"..." literals and base64/hex codecs (#2122) 2026-07-03 11:58:44 -04:00
reference-main-null-data.md.in Fix doc typo re empty and multiplication (#1838) 2025-07-20 16:36:50 -04:00
reference-main-number-formatting.md Miller 6.5.0 2022-11-27 12:48:33 -05:00
reference-main-number-formatting.md.in Clarify source for printf-style formatting (#895) 2022-01-24 22:52:38 -05:00
reference-main-overview.md Default to "cat" verb when none is supplied (#2060) 2026-05-17 12:13:21 -04:00
reference-main-overview.md.in Default to "cat" verb when none is supplied (#2060) 2026-05-17 12:13:21 -04:00
reference-main-regular-expressions.md Replace GOCC parser-generator with PGPG (#2015) 2026-03-15 22:28:57 -04:00
reference-main-regular-expressions.md.in New strmatch/strmatchx DSL functions (#1448) 2023-12-19 14:34:54 -05:00
reference-main-separators.md Honor --ors crlf for CSV output (#1810) (#2150) 2026-07-05 20:35:32 -04:00
reference-main-separators.md.in Honor --ors crlf for CSV output (#1810) (#2150) 2026-07-05 20:35:32 -04:00
reference-main-strings.md Implement mlr uniq -x (#1457) 2023-12-23 16:20:11 -05:00
reference-main-strings.md.in make docs 2023-12-19 09:52:16 -05:00
reference-main-then-chaining.md Enable output colorization on Windows by default (#1051) 2022-07-07 15:12:44 -04:00
reference-main-then-chaining.md.in Let + be an alias for then (#1049) 2022-07-04 17:23:19 -04:00
reference-verbs.md reorder -r: group matched fields by regex order, not record order (#2159) 2026-07-06 15:07:16 -04:00
reference-verbs.md.in Add mlr describe schema/shape introspection verb (#2098 PR6) (#2132) 2026-07-03 18:43:49 -04:00
release-docs.md Post-6.20.2 release: back to 6.20.2-dev 2026-07-04 15:44:14 -04:00
release-docs.md.in Post-6.20.2 release: back to 6.20.2-dev 2026-07-04 15:44:14 -04:00
repl.md Miller 6.5.0 2022-11-27 12:48:33 -05:00
repl.md.in Allow "\n" in mlr repl prompt (#1058) 2022-07-12 19:07:11 -04:00
sample_mlrrc Remove Miller-5 source/doc/manpage directories, along with C-build files (#731) 2021-11-04 00:45:44 -04:00
scripting.md Fix mlr -s shebang doc and reject arrays/maps in contains/index (#1658) (#2058) 2026-05-17 11:40:39 -04:00
scripting.md.in Fix mlr -s shebang doc and reject arrays/maps in contains/index (#1658) (#2058) 2026-05-17 11:40:39 -04:00
shapes-of-data.md Implement mlr uniq -x (#1457) 2023-12-23 16:20:11 -05:00
shapes-of-data.md.in make docs 2023-12-19 09:52:16 -05:00
shell-commands.md Miller 6.5.0 2022-11-27 12:48:33 -05:00
shell-commands.md.in More Miller 6 release prep 2021-11-06 12:57:24 -04:00
shell-completion.md Shell tab-completion for bash and zsh (#2096) 2026-06-21 12:47:54 -04:00
shell-completion.md.in Shell tab-completion for bash and zsh (#2096) 2026-06-21 12:47:54 -04:00
sorting.md sort-link doc update 2024-02-05 09:39:49 -05:00
sorting.md.in sort-link doc update 2024-02-05 09:39:49 -05:00
spaces.csv 6.6.0 (#1169) 2023-01-01 17:12:00 -05:00
special-symbols-and-formatting.md Add DKVPX file format (#2002) 2026-03-02 22:35:08 -05:00
special-symbols-and-formatting.md.in Add DKVPX file format (#2002) 2026-03-02 22:35:08 -05:00
split_circle.csv Summing up empty data (#1370) 2023-08-26 21:24:34 -04:00
split_square.csv Summing up empty data (#1370) 2023-08-26 21:24:34 -04:00
split_triangle.csv Summing up empty data (#1370) 2023-08-26 21:24:34 -04:00
sql-examples.md Distinguish between JSON and JSON Lines formats (#844) 2022-01-09 11:11:54 -05:00
sql-examples.md.in Distinguish between JSON and JSON Lines formats (#844) 2022-01-09 11:11:54 -05:00
square.csv Remove Miller-5 source/doc/manpage directories, along with C-build files (#731) 2021-11-04 00:45:44 -04:00
statistics-examples.md Implement mlr uniq -x (#1457) 2023-12-23 16:20:11 -05:00
statistics-examples.md.in make docs 2023-12-19 09:52:16 -05:00
streaming-and-memory.md Add new tail -n +N, head -n -N options (#2071) 2026-06-21 10:34:16 -04:00
streaming-and-memory.md.in Add new tail -n +N, head -n -N options (#2071) 2026-06-21 10:34:16 -04:00
structure-of-these-documents.md Doc copy edits (#1827) 2025-07-04 13:43:22 -04:00
structure-of-these-documents.md.in Doc copy edits (#1827) 2025-07-04 13:43:22 -04:00
swipes.sh Doc copy edits (#1827) 2025-07-04 13:43:22 -04:00
triangle.csv Remove Miller-5 source/doc/manpage directories, along with C-build files (#731) 2021-11-04 00:45:44 -04:00
troubleshooting-csv-and-json-input.md Page-refactor for CSV/JSON troubleshooting (#2128) 2026-07-03 10:19:09 -04:00
troubleshooting-csv-and-json-input.md.in Page-refactor for CSV/JSON troubleshooting (#2128) 2026-07-03 10:19:09 -04:00
two-pass-algorithms.md Fix binary data in JSON output (#1626) 2024-08-25 15:00:51 -04:00
two-pass-algorithms.md.in More Miller 6 release prep 2021-11-06 12:57:24 -04:00
unix-toolkit-context.md Doc copy edits (#1827) 2025-07-04 13:43:22 -04:00
unix-toolkit-context.md.in Doc copy edits (#1827) 2025-07-04 13:43:22 -04:00
variance.mlr Remove Miller-5 source/doc/manpage directories, along with C-build files (#731) 2021-11-04 00:45:44 -04:00
vimrc.md Fix some doc links 2021-11-05 11:14:14 -04:00
vimrc.md.in Remove Miller-5 source/doc/manpage directories, along with C-build files (#731) 2021-11-04 00:45:44 -04:00
why.md Doc copy edits (#1827) 2025-07-04 13:43:22 -04:00
why.md.in Doc copy edits (#1827) 2025-07-04 13:43:22 -04:00
yellow.csv.gz Remove Miller-5 source/doc/manpage directories, along with C-build files (#731) 2021-11-04 00:45:44 -04:00
παράδειγμα.csv Remove Miller-5 source/doc/manpage directories, along with C-build files (#731) 2021-11-04 00:45:44 -04:00
пример.csv Remove Miller-5 source/doc/manpage directories, along with C-build files (#731) 2021-11-04 00:45:44 -04:00