Rosetta Code/Find unimplemented tasks: Difference between revisions

→‎{{header|jq}}: #!/bin/bash
(→‎{{header|jq}}: #!/bin/bash)
Line 939:
The only pre-requisites other than bash are curl and jq, which is called at least five times.
 
<pre>
<syntaxhighlight lang="bash">
#!/bin/bash
# October 8, 2022
Line 1,000:
def mark: if $markdown then "* [[\(gsub(" ";"_"))|\(.)]]" else . end;
($tasks - $cat)[] | mark '
</pre>
</syntaxhighlight>
 
=={{header|Julia}}==
2,442

edits