Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 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