diff options
Diffstat (limited to 'system/jq/README')
-rw-r--r-- | system/jq/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/jq/README b/system/jq/README index 02ab67cff1..26780b8960 100644 --- a/system/jq/README +++ b/system/jq/README @@ -1,5 +1,5 @@ jq is a lightweight and flexible command-line JSON processor. -jq is like sed for JSON data - you can use it to slice and filter -and map and transform structured data with the same ease that +jq is like sed for JSON data - you can use it to slice and filter +and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text. |