micro-utils/TODO

66 lines
536 B
Plaintext
Raw Normal View History

2023-10-24 16:52:47 +00:00
With "micro-" prefix
2023-10-16 17:21:47 +00:00
*Todo:
2023-10-25 17:09:33 +00:00
tail
2023-11-10 10:10:25 +00:00
expr
2023-10-25 17:09:33 +00:00
uniq
2023-12-19 13:54:21 +00:00
seq
2023-11-10 10:10:25 +00:00
od
2023-10-24 10:59:42 +00:00
split
date
tr
cut
2023-10-13 16:33:48 +00:00
shuf
df
dd
2023-10-24 10:59:42 +00:00
stty
stat
sort
2023-10-13 16:33:48 +00:00
test
2023-11-06 10:41:52 +00:00
tar
2023-10-24 16:39:11 +00:00
2023-10-24 16:49:36 +00:00
Other:
2023-12-17 18:55:46 +00:00
*mount
2023-10-25 17:09:33 +00:00
ps
2023-10-24 16:49:36 +00:00
sysctl
ping
2023-11-25 08:42:04 +00:00
ncat
2023-11-07 20:28:26 +00:00
ntpd
2023-10-24 16:52:47 +00:00
ifconfig
dhcp-client
2023-10-25 17:09:33 +00:00
getopt
fdisk
2023-11-07 20:28:26 +00:00
less
free
swapon
swapoff
2023-10-24 16:49:36 +00:00
Loginutils:
su
adduser
addgroup
deluser
passwd
login
delgroup
getty
2023-11-07 20:28:26 +00:00
Modutils (linux only):
modprobe
rmmod
lsmod
2023-10-24 16:39:11 +00:00
2023-10-25 17:09:33 +00:00
Findutils:
grep
find
2023-10-29 16:32:48 +00:00
Shell:
2023-11-25 11:39:01 +00:00
rc - run command (1 2 3 ~ | <> <<>> & * " parsing) (sig handler)
2023-11-06 10:41:52 +00:00
Init:
sinit - Simple init
2023-11-25 11:39:01 +00:00
BUGS:
ls (unicode strlen, -l flag col)
xargs (getopt with glibc)