forked from extern/nushell
c0a1d18e3d
* feat: update #4455, regenerate commands' docs * chore: update make_docs script
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