mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-28 18:21:52 +00:00
Doc material on Windows and triple-double-quoting (#595)
* Windows doc re DSL quoting * windows screenshot * Windows doc re DSL quoting
This commit is contained in:
parent
6e3b9ac5d1
commit
10c89c5cba
4 changed files with 14 additions and 5 deletions
|
|
@ -37,6 +37,12 @@ The Windows-support code within Miller makes effort to support Linux/Unix/MacOS-
|
|||
|
||||
.. image:: pix/miller-msys-complex.png
|
||||
|
||||
One workaround is to use MSYS2. Another is to put more complex DSL expressions into a file:
|
||||
Single quotes with ``&&`` or ``||`` inside are fundamentally unhandleable within Windows; there is nothing Miller can do here as the Windows command line is split before Miller ever receives it.
|
||||
|
||||
One workaround is to use MSYS2. Another workaround is to put more complex DSL expressions into a file:
|
||||
|
||||
.. image:: pix/miller-windows-complex-workaround.png
|
||||
|
||||
A third workaround is to replace ``"`` with ``"""``, then ``'`` with ``"``:
|
||||
|
||||
.. image:: pix/miller-windows-triple-double-quote.png
|
||||
|
|
|
|||
|
|
@ -34,6 +34,12 @@ The Windows-support code within Miller makes effort to support Linux/Unix/MacOS-
|
|||
|
||||
.. image:: pix/miller-msys-complex.png
|
||||
|
||||
One workaround is to use MSYS2. Another is to put more complex DSL expressions into a file:
|
||||
Single quotes with ``&&`` or ``||`` inside are fundamentally unhandleable within Windows; there is nothing Miller can do here as the Windows command line is split before Miller ever receives it.
|
||||
|
||||
One workaround is to use MSYS2. Another workaround is to put more complex DSL expressions into a file:
|
||||
|
||||
.. image:: pix/miller-windows-complex-workaround.png
|
||||
|
||||
A third workaround is to replace ``"`` with ``"""``, then ``'`` with ``"``:
|
||||
|
||||
.. image:: pix/miller-windows-triple-double-quote.png
|
||||
|
|
|
|||
BIN
docs6/pix/miller-windows-triple-double-quote.png
Normal file
BIN
docs6/pix/miller-windows-triple-double-quote.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 85 KiB |
|
|
@ -25,9 +25,6 @@ DOC6
|
|||
|
||||
* number-formatting page
|
||||
|
||||
* windows &&/|| note
|
||||
o note "true&&false" vs 'true && false'; & " ... """...""" ..."
|
||||
|
||||
* check <-> manpage/olh sections & doc6 sections
|
||||
|
||||
* fill out:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue