]> 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)
commit316cf7d7595d65ead55f21c43f0068bafe9c0613
treef6996f0caf50177c19d2f765519e32c23b662634
parent533ff29a5734325a9141e6841420950014295f24
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]