mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-05 03:56:25 +03:00
jq: remove filename dangling quote (#8063)
This commit is contained in:
parent
07612ed011
commit
61805c1a25
@ -9,7 +9,7 @@
|
||||
|
||||
- Выполнить указанный скрипт:
|
||||
|
||||
`{{cat путь/к/файлу.json}} | jq --from-file {{путь/к/скрипту.jq}}'`
|
||||
`{{cat путь/к/файлу.json}} | jq --from-file {{путь/к/скрипту.jq}}`
|
||||
|
||||
- Передать указанные агрументы:
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
- Execute the specified script:
|
||||
|
||||
`{{cat path/to/file.json}} | jq --from-file {{path/to/script.jq}}'`
|
||||
`{{cat path/to/file.json}} | jq --from-file {{path/to/script.jq}}`
|
||||
|
||||
- Pass the specifed arguments:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user