mirror of
https://github.com/danbulant/nushell
synced 2026-05-19 12:29:03 +00:00
271 B
271 B
| title | layout | version |
|---|---|---|
| lines | command | 0.59.0 |
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