1 line
75 B
Text
1 line
75 B
Text
jq -M --raw-input --raw-output '. as $line | $line' input.txt > output.txt
|
jq -M --raw-input --raw-output '. as $line | $line' input.txt > output.txt
|