findutils
findutils copied to clipboard
FeatureComplete: implement links predicate
Hi! Are you still interested in this issues? It looks like it already has some level of implementation:
$ ./target/debug/find . -links 1
$ ./target/debug/find . -links +0
$ ./target/debug/find . -links -2
This was done by https://github.com/uutils/findutils/pull/167, I just forgot to add the "closes #10" tag :)
Thanks. Now let's close it!