diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-05-04 12:24:47 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-05-04 12:24:47 -0400 |
commit | bd471562c72035d588b78e3c80c9eb0e9a9c18ec (patch) | |
tree | 5728bcfcbd81fac687d33d423c83d76ab6809b3e /readme.md | |
parent | i cant spell (diff) | |
download | lazysphere-bd471562c72035d588b78e3c80c9eb0e9a9c18ec.tar.gz lazysphere-bd471562c72035d588b78e3c80c9eb0e9a9c18ec.tar.bz2 lazysphere-bd471562c72035d588b78e3c80c9eb0e9a9c18ec.zip |
grep
Diffstat (limited to '')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ A terrible busybox/gnu coreutils clone. Currently the only supported commands are: -`dd`, `cat`, `yes`, `echo`, `printf`, `id`, `groups`, `ls`, `tail`, `head`, `ed`, `tee`, `true`, `false`, `tee`, `whoami`, `wc`, `xargs`, `tac`, `rm`, `cp`, `mkdir`, `mv` +`dd`, `cat`, `yes`, `echo`, `printf`, `id`, `groups`, `ls`, `tail`, `head`, `ed`, `tee`, `true`, `false`, `tee`, `whoami`, `wc`, `xargs`, `tac`, `rm`, `cp`, `mkdir`, `mv`, `grep` ## How to |