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