Browsed by
Tag: jq

Install JQ on Linux

Install JQ on Linux

I stumbled upon JQ a few days ago while working with awk, grep, and sed. It is similar to these tools, with the exception for that it is specifically written to parse JSON. Today we will cover a small guide on how to install this on various flavors of linux. If you prefer the source or want to install it on Windows, see this page. CentOS: Debian and Ubuntu: In future tutorials I will be incorporating the use of jq….

Read More Read More