Simple coreutils for a fully functionnal UNIX-like system
-
Test on lots of unix/unix-like operating systems
-
Add lots of utils
- 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
- broken permissions, -l follows symlinks
- implement -p
- implement more options
### printf.c
- fix string formatting
- implement all options, rm -R doesn't recursively remove directories