aboutsummaryrefslogtreecommitdiff
path: root/docs/TODO.md
blob: 2ea60f6299ac9d5ce9a8cd4a143dd3764f9bb0d7 (plain) (blame)
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# fases - Ferass' Base System

*Simple coreutils for a fully functionnal UNIX-like system*

[« Go back](/README.md)

## TODO list

- Test on lots of unix/unix-like operating systems

- Add lots of utils

### chmod.c

- support "a+rwx" and such and -R

### chown.c

- fix

### date.c

- support dates as operands

### ln.c

- support -L/-P

- support this: `$ ln [-fs] [-L|-P] src target_dir`

### ls.c

- broken permissions, -l follows symlinks

### mkdir.c

- implement -p

### more.c

- implement more options

### printf.c

- fix string formatting

### rm.c

- implement all options, rm -R doesn't recursively
remove directories