diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-05-02 14:50:43 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-05-02 14:50:43 +0200 |
| commit | 938d4a516eec9dec9a23b5a5efadbba5fae4f8b0 (patch) | |
| tree | 684a38c58d78fceda30c833444d2df77769baaac /README.md | |
| parent | 5157e074f5ff04f9573a765569dfe17c8de70829 (diff) | |
| download | coreutils-938d4a516eec9dec9a23b5a5efadbba5fae4f8b0.tar.gz coreutils-938d4a516eec9dec9a23b5a5efadbba5fae4f8b0.tar.bz2 coreutils-938d4a516eec9dec9a23b5a5efadbba5fae4f8b0.zip | |
Added strings
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
