fish-shell/sphinx_doc_src
Fabian Homborg e7a964fdfa [count] Allow counting lines from stdin
As a simple replacement for `wc -l`.

This counts both lines on stdin _and_ arguments.

So if "file" has three lines, then `count a b c < file` will print 6.

And since it counts newlines, like wc, `echo -n foo | count` prints 0.
2019-03-15 14:31:36 +01:00
..
cmds [count] Allow counting lines from stdin 2019-03-15 14:31:36 +01:00
commands.rst Break out commands into its own file 2019-02-24 18:15:48 -08:00
conf.py Break out commands into its own file 2019-02-24 18:15:48 -08:00
design.rst Add design doc to Sphinx docs build 2019-02-24 18:22:52 -08:00
faq.rst Add FAQ to sphinx docs build 2019-02-24 18:23:33 -08:00
index.rst reflect #1912 in documentation 2019-03-13 10:10:38 +01:00
license.rst Add license to sphinx docs build 2019-02-24 18:23:42 -08:00
tutorial.rst add $pipestatus support 2019-02-24 21:46:52 -08:00