~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: ed541bacd4c09efa886f8f8d0174de25c8c8bbcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Status

31 utilities are currently implemented (most of them aren't done yet):

* `basename`
* `cat`
* `chmod`
* `chown`
* `cmp`
* `date`
* `dirname`
* `echo`
* `ed`
* `false`
* `head`
* `link`
* `ln`
* `ls`
* `mkdir`
* `more`
* `mv`
* `printf`
* `rm`
* `sleep`
* `tail`
* `tee`
* `test` / `[`
* `touch`
* `true`
* `tty`
* `uname`
* `unlink`
* `vi`
* `wc`

Other utilities are still in the making. Help is greatly appreciated.