mirror of
https://github.com/danbulant/nushell
synced 2026-05-20 21:08:34 +00:00
271 B
271 B
| title | layout | version |
|---|---|---|
| lines | command | 0.59.1 |
Converts input to lines
Signature
> lines --skip-empty
Parameters
--skip-empty: skip empty lines
Examples
Split multi-line string into lines
> echo $'two(char nl)lines' | lines