From 938d4a516eec9dec9a23b5a5efadbba5fae4f8b0 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 2 May 2021 14:50:43 +0200 Subject: Added strings --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') 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 -- cgit