How to upgrade OpenSUSE 15.2 to 15.3 using the CLI
16 Novembre 2021
How to Set or Change Hostname in Amazon Linux EC2 Instance
16 Novembre 2021
How to upgrade OpenSUSE 15.2 to 15.3 using the CLI
16 Novembre 2021
How to Set or Change Hostname in Amazon Linux EC2 Instance
16 Novembre 2021

How to use htmlq to extract content from HTML files on Linux, macOS or FreeBSD

Most of us use love and use the jq command. It works on Linux or Unix-like systems to extract data from JSON documents. Recently I found htmlq, which is like jq and written in Rust lang. Imagine being able to sed or grep for HTML data. We can search, slice, and filter HTML data with htmlq. Let us see how to install and use this handy tool on Linux or Unix and play with HTML data.

Love this? sudo share_on: TwitterFacebookLinkedInWhatsappReddit

The post How to use htmlq to extract content from HTML files on Linux, macOS or FreeBSD appeared first on nixCraft.