September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
5
Task/String-length/Jq/string-length-1.jq
Normal file
5
Task/String-length/Jq/string-length-1.jq
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
$ cat String_length.jq
|
||||
def describe:
|
||||
"length of \(.) is \(length)";
|
||||
|
||||
("J̲o̲s̲é̲", "𝔘𝔫𝔦𝔠𝔬𝔡𝔢") | describe
|
||||
3
Task/String-length/Jq/string-length-2.jq
Normal file
3
Task/String-length/Jq/string-length-2.jq
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
$ jq -n -f String_length.jq
|
||||
"length of J̲o̲s̲é̲ is 8"
|
||||
"length of 𝔘𝔫𝔦𝔠𝔬𝔡𝔢 is 7"
|
||||
Loading…
Add table
Add a link
Reference in a new issue