mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 18:25:45 +00:00
250 lines
9.9 KiB
HTML
250 lines
9.9 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html lang="en">
|
|
|
|
<!-- PAGE GENERATED FROM template.html and content-for-release-docs.html BY poki. -->
|
|
<!-- PLEASE MAKE CHANGES THERE AND THEN RE-RUN poki. -->
|
|
<head>
|
|
<meta http-equiv="Content-type" content="text/html;charset=UTF-8"/>
|
|
<meta name="description" content="Miller documentation"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> <!-- mobile-friendly -->
|
|
<meta name="keywords"
|
|
content="John Kerl, Kerl, Miller, miller, mlr, OLAP, data analysis software, regression, correlation, variance, data tools, " />
|
|
|
|
<title> Documents by release </title>
|
|
<link rel="stylesheet" type="text/css" href="css/miller.css"/>
|
|
<link rel="stylesheet" type="text/css" href="css/poki-callbacks.css"/>
|
|
</head>
|
|
|
|
<!-- ================================================================ -->
|
|
<script type="text/javascript">
|
|
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
|
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
|
</script>
|
|
<script type="text/javascript">
|
|
try {
|
|
var pageTracker = _gat._getTracker("UA-15651652-1");
|
|
pageTracker._trackPageview();
|
|
} catch(err) {}
|
|
</script>
|
|
|
|
<!-- ================================================================ -->
|
|
<script type="text/javascript">
|
|
function toggle_div(div) {
|
|
if (div != null) {
|
|
if (div.id.startsWith("section_toggle_")) {
|
|
var state = div.style.display;
|
|
if (state == "block") {
|
|
div.style.display = "none";
|
|
} else {
|
|
div.style.display = "block";
|
|
}
|
|
}
|
|
}
|
|
}
|
|
function expand_div(div) {
|
|
if (div != null) {
|
|
if (div.id.startsWith("section_toggle_")) {
|
|
div.style.display = "block";
|
|
}
|
|
}
|
|
}
|
|
function collapse_div(div) {
|
|
if (div != null) {
|
|
if (div.id.startsWith("section_toggle_")) {
|
|
div.style.display = "none";
|
|
}
|
|
}
|
|
}
|
|
|
|
function toggle_by_name(divName) {
|
|
toggle_div(document.getElementById(divName));
|
|
}
|
|
function expand_by_name(divName) {
|
|
expand_div(document.getElementById(divName));
|
|
}
|
|
function collapse_by_name(divName) {
|
|
collapse_div(document.getElementById(divName));
|
|
}
|
|
|
|
function expand_all() {
|
|
var divs = document.getElementsByTagName("div");
|
|
for(var i = 0; i < divs.length; i++) {
|
|
expand_div(divs[i]);
|
|
}
|
|
}
|
|
function collapse_all() {
|
|
var divs = document.getElementsByTagName("div");
|
|
for(var i = 0; i < divs.length; i++){
|
|
collapse_div(divs[i]);
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<!--
|
|
The background image is from a screenshot of a Google search for "data analysis
|
|
tools", lightened and sepia-toned. Over this was placed a Mac Terminal app with
|
|
very light-grey font and translucent background, in which a few statistical
|
|
Miller commands were run with pretty-print-tabular output format.
|
|
<body background="pix/sepia-overlay.jpg">
|
|
-->
|
|
<body bgcolor="#ffffff">
|
|
|
|
<!-- ================================================================ -->
|
|
<table width="100%">
|
|
<tr>
|
|
|
|
<!-- navbar -->
|
|
<td width="15%">
|
|
<!--
|
|
<img src="pix/mlr.jpg" />
|
|
<img style="border-width:1px; color:black;" src="pix/mlr.jpg" />
|
|
-->
|
|
|
|
<div class="pokinav">
|
|
<center><titleinbody>Miller</titleinbody></center>
|
|
|
|
<!-- PAGE LIST GENERATED FROM template.html BY poki -->
|
|
<br/><b>Overview:</b>
|
|
<br/>• <a href="index.html">About Miller</a>
|
|
<br/>• <a href="10-min.html">Miller in 10 minutes</a>
|
|
<br/>• <a href="file-formats.html">File formats</a>
|
|
<br/>• <a href="feature-comparison.html">Miller features in the context of the Unix toolkit</a>
|
|
<br/>• <a href="record-heterogeneity.html">Record-heterogeneity</a>
|
|
<br/>• <a href="internationalization.html">Internationalization</a>
|
|
<br/><b>Using Miller:</b>
|
|
<br/>• <a href="faq.html">FAQ</a>
|
|
<br/>• <a href="cookbook.html">Cookbook part 1</a>
|
|
<br/>• <a href="cookbook2.html">Cookbook part 2</a>
|
|
<br/>• <a href="cookbook3.html">Cookbook part 3</a>
|
|
<br/>• <a href="data-examples.html">Data-diving examples</a>
|
|
<br/>• <a href="manpage.html">Manpage</a>
|
|
<br/>• <a href="reference.html">Reference</a>
|
|
<br/>• <a href="reference-verbs.html">Reference: Verbs</a>
|
|
<br/>• <a href="reference-dsl.html">Reference: DSL</a>
|
|
<br/>• <a href="release-docs.html"><b>Documents by release</b></a>
|
|
<br/>• <a href="build.html">Installation, portability, dependencies, and testing</a>
|
|
<br/><b>Background:</b>
|
|
<br/>• <a href="why.html">Why?</a>
|
|
<br/>• <a href="whyc.html">Why C?</a>
|
|
<br/>• <a href="etymology.html">Why call it Miller?</a>
|
|
<br/>• <a href="originality.html">How original is Miller?</a>
|
|
<br/>• <a href="performance.html">Performance</a>
|
|
<br/><b>Repository:</b>
|
|
<br/>• <a href="to-do.html">Things to do</a>
|
|
<br/>• <a href="contact.html">Contact information</a>
|
|
<br/>• <a href="https://github.com/johnkerl/miller">GitHub repo</a>
|
|
<br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/>
|
|
<br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/>
|
|
<br/> <br/> <br/> <br/> <br/> <br/>
|
|
</div>
|
|
</td>
|
|
|
|
<!-- page body -->
|
|
<td>
|
|
<!--
|
|
This is a visually gorgeous feature (here & in the CSS): it allows for
|
|
independent scroll of the nav and body panels. In particular the nav
|
|
stays on-screen as you scroll the body.
|
|
|
|
However, two problems:
|
|
|
|
(1) In Firefox & Chrome both I get janky end-of-body scrolls: there is
|
|
more content but I can't scroll down to it unless I repeatedly retry the
|
|
scrolldown. Which is weird.
|
|
|
|
(2) Worse, only the first page renders in PDF (again, Firefox & Chrome).
|
|
|
|
For now I'm disabling this separate-scroll feature. A frontender, I am
|
|
not ... maybe someday I'll find a config which gets *all* the features
|
|
I want; for now, it's a tradeoff.
|
|
-->
|
|
|
|
<!-- Implementation details: one bit is right here:
|
|
|
|
div style="overflow-y:scroll;height:1500px"
|
|
|
|
and the other bit is in css/poki-callbacks.css:
|
|
|
|
.pokinav {
|
|
display: inline-block;
|
|
background: #e8d9bc;
|
|
border: 1;
|
|
box-shadow: 0px 0px 3px 3px #C9C9C9;
|
|
margin: 10px;
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
overflow-y: scroll; < - - - - - - here
|
|
height: 1500px;
|
|
}
|
|
|
|
-->
|
|
<div>
|
|
<center> <titleinbody> Documents by release </titleinbody> </center>
|
|
<p/>
|
|
|
|
<!-- BODY COPIED FROM content-for-release-docs.html BY poki -->
|
|
<p/>
|
|
For release notes per se — what changed from one release to the next — please see the following:
|
|
<p/>
|
|
<a href="https://github.com/johnkerl/miller/tags">https://github.com/johnkerl/miller/tags</a>
|
|
|
|
<p/>Note:
|
|
<ul>
|
|
<li/>
|
|
Head docs at
|
|
<a href="http://johnkerl.org/miller-releases/miller-head/doc/index.html">http://johnkerl.org/miller-releases/miller-head/doc/index.html</a>
|
|
match head code at
|
|
<a href="https://github.com/johnkerl/miller">https://github.com/johnkerl/miller</a>.
|
|
<li/>
|
|
Release-specific docs at
|
|
<a href="http://johnkerl.org/miller/doc/release-docs.html">http://johnkerl.org/miller/doc/release-docs.html</a>
|
|
match release-specific code at
|
|
<a href="https://github.com/johnkerl/miller/tags">https://github.com/johnkerl/miller/tags</a>.
|
|
</ul>
|
|
|
|
<p/>
|
|
The following are full docsets as of the specified release:
|
|
|
|
<ul>
|
|
|
|
<li/> <a href="/miller-releases/miller-head/doc/index.html">Miller head</a>
|
|
<li/> <a href="/miller-releases/miller-5.1.0/doc/index.html">Miller 5.1.0</a>
|
|
<li/> <a href="/miller-releases/miller-5.0.0/doc/index.html">Miller 5.0.0</a>
|
|
<li/> <a href="/miller-releases/miller-4.5.0/doc/index.html">Miller 4.5.0</a>
|
|
<li/> <a href="/miller-releases/miller-4.4.0/doc/index.html">Miller 4.4.0</a>
|
|
<li/> <a href="/miller-releases/miller-4.3.0/doc/index.html">Miller 4.3.0</a>
|
|
<li/> <a href="/miller-releases/miller-4.2.0/doc/index.html">Miller 4.2.0</a>
|
|
<li/> <a href="/miller-releases/miller-4.1.0/doc/index.html">Miller 4.1.0</a>
|
|
<li/> <a href="/miller-releases/miller-4.0.0/doc/index.html">Miller 4.0.0</a>
|
|
<li/> <a href="/miller-releases/miller-3.5.0/doc/index.html">Miller 3.5.0</a>
|
|
<li/> <a href="/miller-releases/miller-3.4.0/doc/index.html">Miller 3.4.0</a>
|
|
<li/> <a href="/miller-releases/miller-3.3.2/doc/index.html">Miller 3.3.2</a>
|
|
<li/> <a href="/miller-releases/miller-3.2.2/doc/index.html">Miller 3.2.2</a>
|
|
<li/> <a href="/miller-releases/miller-3.1.2/doc/index.html">Miller 3.1.2</a>
|
|
<li/> <a href="/miller-releases/miller-3.1.1/doc/index.html">Miller 3.1.1</a>
|
|
<li/> <a href="/miller-releases/miller-3.1.0/doc/index.html">Miller 3.1.0</a>
|
|
<li/> <a href="/miller-releases/miller-3.0.1/doc/index.html">Miller 3.0.1</a>
|
|
<li/> <a href="/miller-releases/miller-3.0.0/doc/index.html">Miller 3.0.0</a>
|
|
<li/> <a href="/miller-releases/miller-2.3.2/doc/index.html">Miller 2.3.2</a>
|
|
<li/> <a href="/miller-releases/miller-2.3.1/doc/index.html">Miller 2.3.1</a>
|
|
<li/> <a href="/miller-releases/miller-2.3.0/doc/index.html">Miller 2.3.0</a>
|
|
<li/> <a href="/miller-releases/miller-2.2.1/doc/index.html">Miller 2.2.1</a>
|
|
<li/> <a href="/miller-releases/miller-2.2.0/doc/index.html">Miller 2.2.0</a>
|
|
<li/> <a href="/miller-releases/miller-2.1.4/doc/index.html">Miller 2.1.4</a>
|
|
<li/> <a href="/miller-releases/miller-2.1.3/doc/index.html">Miller 2.1.3</a>
|
|
<li/> <a href="/miller-releases/miller-2.1.2/doc/index.html">Miller 2.1.2</a>
|
|
<li/> <a href="/miller-releases/miller-2.1.1/doc/index.html">Miller 2.1.1</a>
|
|
<li/> <a href="/miller-releases/miller-2.1.0/doc/index.html">Miller 2.1.0</a>
|
|
<li/> <a href="/miller-releases/miller-2.0.0/doc/index.html">Miller 2.0.0</a>
|
|
<li/> <a href="/miller-releases/miller-1.0.1/doc/index.html">Miller 1.0.1</a>
|
|
<li/> <a href="/miller-releases/miller-1.0.0/doc/index.html">Miller 1.0.0</a>
|
|
|
|
</ul>
|
|
</div>
|
|
</td>
|
|
|
|
</table>
|
|
</body>
|
|
</html>
|