September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
1
Task/Variables/Jq/variables-1.jq
Normal file
1
Task/Variables/Jq/variables-1.jq
Normal file
|
|
@ -0,0 +1 @@
|
|||
jq -n '1 as $x | (2 as $x | $x) | $x'
|
||||
1
Task/Variables/Jq/variables-2.jq
Normal file
1
Task/Variables/Jq/variables-2.jq
Normal file
|
|
@ -0,0 +1 @@
|
|||
EXPRESSION as $NAME
|
||||
2
Task/Variables/Jq/variables-3.jq
Normal file
2
Task/Variables/Jq/variables-3.jq
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
def test: $x;
|
||||
test
|
||||
1
Task/Variables/Jq/variables-4.jq
Normal file
1
Task/Variables/Jq/variables-4.jq
Normal file
|
|
@ -0,0 +1 @@
|
|||
jq --arg x 123 -n -f test.jq
|
||||
Loading…
Add table
Add a link
Reference in a new issue