diff options
author | Adrian Kummerlaender | 2016-04-04 19:23:23 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2016-04-04 19:23:23 +0200 |
commit | 5c9b93e30eaa36b1afaa570d6e19c9b3fa77d171 (patch) | |
tree | 6e3de208daea6b127fddd7bff82cdb505d6fa999 | |
parent | bcee386b79f54e67193957e4ddd0345568871e00 (diff) | |
download | justify-5c9b93e30eaa36b1afaa570d6e19c9b3fa77d171.tar justify-5c9b93e30eaa36b1afaa570d6e19c9b3fa77d171.tar.gz justify-5c9b93e30eaa36b1afaa570d6e19c9b3fa77d171.tar.bz2 justify-5c9b93e30eaa36b1afaa570d6e19c9b3fa77d171.tar.lz justify-5c9b93e30eaa36b1afaa570d6e19c9b3fa77d171.tar.xz justify-5c9b93e30eaa36b1afaa570d6e19c9b3fa77d171.tar.zst justify-5c9b93e30eaa36b1afaa570d6e19c9b3fa77d171.zip |
Add example output to README.md
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -4,6 +4,14 @@ Textual input is read from _STDIN_ and written to _STDOUT_ in its justified form. The default output width of 60 characters may be customized via the first application argument. +i.e. `echo "$the_paragraph_above" | justify 40` results in: + + Textual input is read from _STDIN_ and + written to _STDOUT_ in its justified + form. The default output width of 60 + characters may be customized via the + first application argument. + ## Build mkdir build |