]> granicus.if.org Git - jq/commitdiff
Add note about cmd.exe quoting
authorNicolas Williams <nico@cryptonector.com>
Mon, 9 Jun 2014 15:22:55 +0000 (10:22 -0500)
committerNicolas Williams <nico@cryptonector.com>
Mon, 9 Jun 2014 15:22:55 +0000 (10:22 -0500)
docs/content/3.manual/manual.yml

index 631df53e3abf834635f157265eaf6dd36a84c415..fe98a6ffa0b31d1f111925a3512740e65133d8af 100644 (file)
@@ -55,6 +55,10 @@ manpage_intro: |
   meaning to jq are also shell meta-characters.  For example, `jq
   "foo"` will fail on most Unix shells because that will be the same
   as `jq foo`, which will generally fail because `foo is not defined`.
+  When using the Windows command shell (cmd.exe) it's best to use double
+  quotes around your jq program when given on the command-line (instead
+  of the `-f program-file` option), but then double-quotes in the jq
+  program need backslash escaping.
 
   ## FILTERS