1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 03:57:44 +00:00

Add initial implementation for ln.

There are several areas needing improvement:

1) add tests for hard links
2) add implementation for uncommon flags (-d, -L, -n, -P, -r)
3) align error messages more closely with GNU implementation
This commit is contained in:
Joseph Crail 2015-07-05 14:52:31 -04:00
parent 942fe0d7e0
commit 9f1dc98925
4 changed files with 714 additions and 1 deletions

View file

@ -60,6 +60,7 @@ PROGS := \
fold \
link \
hashsum \
ln \
mkdir \
mv \
nl \
@ -171,6 +172,7 @@ TEST_PROGS := \
fold \
hashsum \
head \
ln \
mkdir \
mv \
nl \