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