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:
parent
942fe0d7e0
commit
9f1dc98925
4 changed files with 714 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue