aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-08-23 20:20:11 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-08-23 20:20:11 +0200
commitad628ed4f2f03fe3df8b5a0f2682b738d34d13ed (patch)
tree57c3392d8bc875dcea6394fd25654315d753f300 /README.md
parenta1824752a0606ec1a4c4d995624133128cbac61a (diff)
downloadcoreutils-ad628ed4f2f03fe3df8b5a0f2682b738d34d13ed.tar.gz
coreutils-ad628ed4f2f03fe3df8b5a0f2682b738d34d13ed.tar.bz2
coreutils-ad628ed4f2f03fe3df8b5a0f2682b738d34d13ed.zip
Added yes (yes)
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 11ca0f7..b287118 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,7 @@ Rewrite of some core utilities for educational purposes.
| `tee` | read from standard input and write to standard output and files |
| `shuf` | generate random permutations |
| `echo` | display a line of text |
+| `yes` | output a string repeatedly until killed |
## Pending