Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 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