mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-25 17:04:01 +00:00
neaten
This commit is contained in:
parent
2d738e22ba
commit
2e903e7558
4 changed files with 9 additions and 11 deletions
|
|
@ -271,9 +271,9 @@ If your output has a lot of columns, you can use XTAB format to line things up v
|
|||
Choices for printing to files
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Often we want to print output <span class="boldmaroon">to the screen</span>. Miller does this by default, as we've seen in the previous examples.
|
||||
Often we want to print output to the screen. Miller does this by default, as we've seen in the previous examples.
|
||||
|
||||
Sometimes we want to print output to another file: <span class="boldmaroon">just use '> outputfilenamegoeshere'</span> at the end of your command::
|
||||
Sometimes we want to print output to another file: just use **> outputfilenamegoeshere** at the end of your command::
|
||||
|
||||
% mlr --icsv --opprint cat example.csv > newfile.csv
|
||||
# Output goes to the new file;
|
||||
|
|
@ -294,7 +294,7 @@ Sometimes we want to print output to another file: <span class="boldmaroon">just
|
|||
yellow circle 1 87 63.5058 8.3350
|
||||
purple square 0 91 72.3735 8.2430
|
||||
|
||||
Other times we just want our files to be changed in-place: <span class="boldmaroon">just use 'mlr -I'</span>.::
|
||||
Other times we just want our files to be **changed in-place**: just use **mlr -I**::
|
||||
|
||||
% cp example.csv newfile.txt
|
||||
|
||||
|
|
@ -373,7 +373,7 @@ then that's a way of saying::
|
|||
shape=circle,flag=1,index=24
|
||||
shape=square,flag=0,index=36
|
||||
|
||||
Data written this way are called <span class="boldmaroon">DKVP</span>, for *delimited key-value pairs*.
|
||||
Data written this way are called **DKVP**, for *delimited key-value pairs*.
|
||||
|
||||
We've also already seen other ways to write the same data::
|
||||
|
||||
|
|
|
|||
|
|
@ -87,9 +87,9 @@ POKI_RUN_COMMAND{{mlr --icsv --oxtab --from example.csv stats1 -a p0,p10,p25,p50
|
|||
Choices for printing to files
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Often we want to print output <span class="boldmaroon">to the screen</span>. Miller does this by default, as we've seen in the previous examples.
|
||||
Often we want to print output to the screen. Miller does this by default, as we've seen in the previous examples.
|
||||
|
||||
Sometimes we want to print output to another file: <span class="boldmaroon">just use '> outputfilenamegoeshere'</span> at the end of your command::
|
||||
Sometimes we want to print output to another file: just use **> outputfilenamegoeshere** at the end of your command::
|
||||
|
||||
% mlr --icsv --opprint cat example.csv > newfile.csv
|
||||
# Output goes to the new file;
|
||||
|
|
@ -110,7 +110,7 @@ Sometimes we want to print output to another file: <span class="boldmaroon">just
|
|||
yellow circle 1 87 63.5058 8.3350
|
||||
purple square 0 91 72.3735 8.2430
|
||||
|
||||
Other times we just want our files to be changed in-place: <span class="boldmaroon">just use 'mlr -I'</span>.::
|
||||
Other times we just want our files to be **changed in-place**: just use **mlr -I**::
|
||||
|
||||
% cp example.csv newfile.txt
|
||||
|
||||
|
|
@ -176,7 +176,7 @@ then that's a way of saying::
|
|||
shape=circle,flag=1,index=24
|
||||
shape=square,flag=0,index=36
|
||||
|
||||
Data written this way are called <span class="boldmaroon">DKVP</span>, for *delimited key-value pairs*.
|
||||
Data written this way are called **DKVP**, for *delimited key-value pairs*.
|
||||
|
||||
We've also already seen other ways to write the same data::
|
||||
|
||||
|
|
|
|||
|
|
@ -38,3 +38,4 @@
|
|||
## To do
|
||||
|
||||
* Make a better `genrst` script
|
||||
* Are rtd builds really getting auto-triggred on miller-repo commits?
|
||||
|
|
|
|||
|
|
@ -24,9 +24,7 @@ author = 'John Kerl'
|
|||
# The full version, including alpha/beta/rc tags
|
||||
release = '5.9.1'
|
||||
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
||||
master_doc = 'index'
|
||||
|
||||
# Add any Sphinx extension module names here, as strings. They can be
|
||||
|
|
@ -43,7 +41,6 @@ templates_path = ['_templates']
|
|||
# This pattern also affects html_static_path and html_extra_path.
|
||||
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
|
||||
|
||||
|
||||
# -- Options for HTML output -------------------------------------------------
|
||||
|
||||
# The theme to use for HTML and HTML Help pages. See the documentation for
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue