RosettaCodeData/Task/Shell-one-liner/TXR/shell-one-liner-1.txr

5 lines
67 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
$ echo 123-456-7890 | txr -c '@a-@b-@c' -
a="123"
b="456"
c="7890"