aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-05-02 14:50:43 +0200
committerCharles Cabergs <me@cacharle.xyz>2021-05-02 14:50:43 +0200
commit938d4a516eec9dec9a23b5a5efadbba5fae4f8b0 (patch)
tree684a38c58d78fceda30c833444d2df77769baaac /README.md
parent5157e074f5ff04f9573a765569dfe17c8de70829 (diff)
downloadcoreutils-938d4a516eec9dec9a23b5a5efadbba5fae4f8b0.tar.gz
coreutils-938d4a516eec9dec9a23b5a5efadbba5fae4f8b0.tar.bz2
coreutils-938d4a516eec9dec9a23b5a5efadbba5fae4f8b0.zip
Added strings
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 003dc25..4b7ccfc 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,7 @@ I try to follow the POSIX version of those commands for simplicity sake, e.g `ma
| `echo` | display a line of text |
| `yes` | output a string repeatedly until killed |
| `df` | report free disk space |
+| `strings` | find printable strings in files |
## Pending