Remove Double Quotes From Strings In jq Output
September 2023
Use the -r flag to remove double quotes from output strings:
| Output:
alfa
vs. without the -r:
| Output:
"bravo"
end of line
Use the -r flag to remove double quotes from output strings:
| alfa
vs. without the -r:
| "bravo"