#pair #emit #read #stdin #stdout #linux #utility

app linenums

linux utility. Reads from stdin, emits (linenumber, line) pairs to stdout.

1 unstable release

0.1.0 Mar 14, 2020

#11 in #reads

21 downloads per month

MIT/Apache

2KB

$ ./target/release/linenums < Cargo.toml
1       [package]
2       name = "linenums"
3       version = "0.1.0"
4       authors = ["blakehawkins"]
5       edition = "2018"
6
7       [dependencies]
8       anyhow = "1.0.26"
9       stdinix = "0.1.0"

Dependencies

~130KB