elarrarte-d

Results 3 comments of elarrarte-d

Any updates about this? Regards!

OK! I 've seen a lot of options here jeje. Are we going to have a pad() function or similar in the next release of jq? Thanks!

Add some performance tests: Testing 1000 times [def pad(n): if n==0 then (.) else "0" + (.) | pad(n - 1) end] ``` time for i in $(seq 1000); do...