@@ -63,13 +63,13 @@ echo "Hello, World!" # now calls cfbox via symlink
6363
6464## Supported Commands (109)
6565
66- ### Text Processing (28 )
66+ ### Text Processing (31 )
6767
68- ` echo ` , ` printf ` , ` cat ` , ` head ` , ` tail ` , ` wc ` , ` sort ` , ` uniq ` , ` grep ` , ` sed ` , ` fold ` , ` expand ` , ` cut ` , ` paste ` , ` nl ` , ` comm ` , ` tr ` , ` tac ` , ` rev ` , ` shuf ` , ` factor ` , ` od ` , ` split ` , ` seq ` , ` tsort ` , ` expr ` , ` awk ` , ` diff ` + ` patch ` + ` cmp ` + ` ed `
68+ ` echo ` , ` printf ` , ` cat ` , ` head ` , ` tail ` , ` wc ` , ` sort ` , ` uniq ` , ` grep ` , ` sed ` , ` fold ` , ` expand ` , ` cut ` , ` paste ` , ` nl ` , ` comm ` , ` tr ` , ` tac ` , ` rev ` , ` shuf ` , ` factor ` , ` od ` , ` split ` , ` seq ` , ` tsort ` , ` expr ` , ` awk ` , ` diff ` , ` patch ` , ` cmp ` , ` ed `
6969
70- ### File Operations (20 )
70+ ### File Operations (19 )
7171
72- ` mkdir ` , ` rm ` , ` cp ` , ` mv ` , ` ls ` , ` find ` , ` ln ` , ` touch ` , ` stat ` , ` install ` , ` mktemp ` , ` truncate ` , ` du ` , ` df ` , ` readlink ` , ` realpath ` , ` rmdir ` , ` link ` , ` unlink ` , ` chmod `
72+ ` mkdir ` , ` rm ` , ` cp ` , ` mv ` , ` ls ` , ` find ` , ` ln ` , ` touch ` , ` stat ` , ` install ` , ` mktemp ` , ` truncate ` , ` du ` , ` df ` , ` readlink ` , ` realpath ` , ` rmdir ` , ` link ` , ` unlink `
7373
7474### Archive & Compression (6)
7575
@@ -87,9 +87,9 @@ echo "Hello, World!" # now calls cfbox via symlink
8787
8888` ps ` , ` top ` , ` kill ` , ` pgrep ` /` pkill ` , ` pidof ` , ` pstree ` , ` pmap ` , ` fuser ` , ` pwdx ` , ` sysctl ` , ` iostat ` , ` watch ` , ` nice ` , ` renice ` , ` timeout `
8989
90- ### Other (18 )
90+ ### Other (16 )
9191
92- ` true ` , ` false ` , ` yes ` , ` sleep ` , ` usleep ` , ` sync ` , ` nohup ` , ` cksum ` , ` md5sum ` , ` sum ` , ` hexdump ` , ` more ` , ` tee ` , ` init ` (PID 1 initramfs init system), ` mkfifo ` , ` mknod ` , ` sleep ` , ` sh `
92+ ` true ` , ` false ` , ` yes ` , ` sleep ` , ` usleep ` , ` sync ` , ` nohup ` , ` cksum ` , ` md5sum ` , ` sum ` , ` hexdump ` , ` more ` , ` tee ` , ` init ` (PID 1 initramfs init system), ` mkfifo ` , ` mknod `
9393
9494> All applets support ` --help ` / ` --version `
9595
0 commit comments