5 lines
82 B
Text
5 lines
82 B
Text
$ txr -e '(each ((x "abc") (y "ABC") (z "123"))
|
|
(put-line `@x@y@z`))'
|
|
aA1
|
|
bB2
|
|
cC3
|