3 lines
83 B
Text
3 lines
83 B
Text
$ jq -r 'split(",") | join(".")'
|
|
"Hello,How,Are,You,Today"
|
|
Hello.How.Are.You.Today
|