From c9a730e5b363a10639309c81dab838232ee434b6 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Fri, 25 Apr 2025 16:15:25 +0200 Subject: vault backup: 2025-04-25 16:15:25 --- Examples of proper JQ usage.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Examples of proper JQ usage.md') diff --git a/Examples of proper JQ usage.md b/Examples of proper JQ usage.md index b63ee4e..2b68d01 100644 --- a/Examples of proper JQ usage.md +++ b/Examples of proper JQ usage.md @@ -1,6 +1,5 @@ --- tags: - - linux - jq - howto --- @@ -8,4 +7,6 @@ Double escapes are important! ``` jq -r '.fixed_ips[] | select(.ip_address | test("\\.")) | .ip_address' -``` \ No newline at end of file +``` + +An example of constructing an array from stdin and filtering empty lines is found in [[Using JQ to construct an array and filtering empty strings]]. \ No newline at end of file -- cgit v1.2.3