Difference between revisions of "Jq"

From Wiki 4 Men
Jump to navigation Jump to search
(Created page with " Using jq in a pipe: jq '.' | wc -l {{Linux}}")
 
(No difference)

Latest revision as of 04:35, 11 April 2024


Using jq in a pipe:

jq '.' | wc -l


Technical articles in this category are applicable to Linux. Debian GNU/Linux is used in examples. Much of the information is also applicable to other Linux distributions and Unix flavours.