diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-04-28 20:32:18 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-04-28 20:32:18 -0400 |
commit | a94b5bcd943ff91c90d04000d6896fdaf5070392 (patch) | |
tree | 531451b0682e1b63a9b45870258e16e55900d8d1 /readme.md | |
parent | ls tty fix (diff) | |
download | lazysphere-a94b5bcd943ff91c90d04000d6896fdaf5070392.tar.gz lazysphere-a94b5bcd943ff91c90d04000d6896fdaf5070392.tar.bz2 lazysphere-a94b5bcd943ff91c90d04000d6896fdaf5070392.zip |
added tail and head
Diffstat (limited to 'readme.md')
-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` +`dd`, `cat`, `yes`, `echo`, `printf`, `id`, `groups`, `ls`, `tail`, `head` ## How to |