Sha256: f2c0a2ad4a2e806717c1e235011a2f68b1b386c622b3fa4b2caca72ff18b25a5
Contents?: true
Size: 187 Bytes
Versions: 34
Compression:
Stored size: 187 Bytes
Contents
selectlines shows all nonblank lines from the input Example cat file | selectlines (echo 2; echo; echo; echo) | selectlines => 2 The result would be 2, with no blank lines after that
Version data entries
34 entries across 34 versions & 6 rubygems