mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-25 00:48:56 +00:00
todo
This commit is contained in:
parent
513c4438ff
commit
5eb58e4e06
3 changed files with 10 additions and 10 deletions
10
c/todo.txt
10
c/todo.txt
|
|
@ -8,9 +8,9 @@ TOP-OF-LIST SUMMARY
|
|||
|
||||
* rh/fedora/centos mlr-3.4.0
|
||||
|
||||
! cat -n isn't 1-up?!? fix code or doc.
|
||||
|
||||
! oosvar-to-oosvar assignments with treecopy
|
||||
! subselector emits
|
||||
|
||||
* neaten/xxxes/valgrind/UT/doc for unset/tri-split-null/+=etal/parameterized emit
|
||||
* double-check oosvar+emit+tri-split-null by re-implementing as many mappers as possible using ossvars + emit
|
||||
* readme re srec vs lrec
|
||||
|
|
@ -21,8 +21,6 @@ TOP-OF-LIST SUMMARY
|
|||
! xxxes
|
||||
* ack hash algo
|
||||
|
||||
? @x = $*; $x[@a] = $*; $* = @x; $* = @x[@]
|
||||
|
||||
* 64-bit lengths for containers. test with 5-billion-integer-seq data.
|
||||
|
||||
! screencaps for README.md & cover !
|
||||
|
|
@ -41,7 +39,8 @@ TOP-OF-LIST SUMMARY
|
|||
BIG:
|
||||
- oosvars
|
||||
- begin/end
|
||||
- emit
|
||||
- emit/all
|
||||
- unset/all
|
||||
- bare-boolean and pattern-action
|
||||
SMALL:
|
||||
- filter
|
||||
|
|
@ -59,6 +58,7 @@ PARAMETERIZED EMIT, UNSET, $*
|
|||
note rhs="" vs. remove key. unset is latter since rhs="" does former. cf. cut -x.
|
||||
|
||||
* oosvar-to-oosvar assignments (w&w/o subselectors) with treecopy
|
||||
* $* UTs
|
||||
* emit with subselector
|
||||
* multi-unset
|
||||
- UT
|
||||
|
|
|
|||
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: mlr
|
||||
.\" Author: [see the "AUTHOR" section]
|
||||
.\" Generator: ./mkman.rb
|
||||
.\" Date: 2016-03-03
|
||||
.\" Date: 2016-03-05
|
||||
.\" Manual: \ \&
|
||||
.\" Source: \ \&
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "MILLER" "1" "2016-03-03" "\ \&" "\ \&"
|
||||
.TH "MILLER" "1" "2016-03-05" "\ \&" "\ \&"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Portability definitions
|
||||
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
|
|
@ -1097,9 +1097,9 @@ c 9
|
|||
<pre>
|
||||
$ mlr --csv cat -n data/a.csv data/b.csv
|
||||
n,a,b,c
|
||||
0,1,2,3
|
||||
1,4,5,6
|
||||
2,7,8,9
|
||||
1,1,2,3
|
||||
2,4,5,6
|
||||
3,7,8,9
|
||||
</pre>
|
||||
</div>
|
||||
<p/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue