RosettaCodeData/Task/Shell-one-liner/TXR/shell-one-liner-1.txr
2014-04-02 16:56:35 +00:00

4 lines
67 B
Text

$ echo 123-456-7890 | txr -c '@a-@b-@c' -
a="123"
b="456"
c="7890"