Add hexdump and ps command descriptions to help

This commit is contained in:
Lluciocc 2026-05-11 19:36:27 +02:00 committed by GitHub
parent ba281ea3f3
commit f94384e572
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,6 +25,8 @@ int main(int argc, char **argv) {
printf("date - Print current date and time\n");
printf("uptime - Print system uptime\n");
printf("meminfo - Print memory information\n");
printf("hexdump <file> - Display file contents in hexadecimal.\n");
printf("ps [options] - List running processes\n")
printf("lsblk - List block devices and partitions\n");
printf("cowsay [msg] - Fun cow says something\n");
printf("beep - Make a beep sound\n");