]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commit
feat: add sed, awk, who, top, du, find, which commands + shell heredoc support
authorTulio A M Mendes <[email protected]>
Tue, 17 Feb 2026 06:20:25 +0000 (03:20 -0300)
committerTulio A M Mendes <[email protected]>
Tue, 17 Feb 2026 06:20:25 +0000 (03:20 -0300)
commit9ba08701c2a565ee4114be5ebbf5666d84a44db8
treeaec3df8707235b2b151b2ef35ba34d9b3361ee6e
parent91838a2fec2702932cfa7fd9f29631f5127306d0
feat: add sed, awk, who, top, du, find, which commands + shell heredoc support
Makefile
user/awk.c [new file with mode: 0644]
user/du.c [new file with mode: 0644]
user/find.c [new file with mode: 0644]
user/sed.c [new file with mode: 0644]
user/sh.c
user/top.c [new file with mode: 0644]
user/which.c [new file with mode: 0644]
user/who.c [new file with mode: 0644]