mirror of
https://github.com/nushell/nushell.git
synced 2024-11-23 00:43:33 +01: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