mirror of
https://github.com/nushell/nushell.git
synced 2024-11-23 17:03:45 +01:00
362 B
362 B
title | layout | version |
---|---|---|
dfr concatenate | command | 0.59.1 |
Concatenates strings with other array
Signature
> dfr concatenate (other)
Parameters
other
: Other array with string to be concatenated
Examples
Concatenate string
> let other = ([za xs cd] | dfr to-df);
[abc abc abc] | dfr to-df | dfr concatenate $other