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