Skip to main content

Questions tagged [rs]

The tag has no summary, but it has a tag wiki.

2 votes
1 answer
60 views

rs(1) prints all output in a single line; how to duplicate the input array shape?

Consider this usage of rs(1): rs -n -z -c, <<CSV a,b,c dd,ee,ff CSV The above snippet emits: a b c dd ee ff But I was expecting to see something like this: a b c dd ee ff The ...
shadowtalker's user avatar
  • 1,388