← Package directory
Available on winget

Install Ln - Command line Hardlinks

ln is a swiss army knife for hardlinks, symbolic links, junctions when it comes to copying. Further more it provides a incremental copy mechanism called Delorean Copy

Install with winget
winget install --id HermannSchinagl.ln
Upgrade
winget upgrade --id HermannSchinagl.ln
Uninstall
winget uninstall --id HermannSchinagl.ln

About Ln - Command line Hardlinks

ln is a swiss army knife for hardlinks, symbolic links, junctions when it comes to copying. Further more it provides a incremental copy mechanism called Delorean Copy

What's new in 2.9.3.4

- Docu update on --anchor and --destination - --probefs failed on unknown filesystems - ln reports error code when it fails creating hardlinks - Introduced a static version of ln.exe for use under e.g. WinPE - Changed the behavior related to cirularties. No error message raised, but circularity are broken properly. - Multisource aka --destination in combination with --mirror did not work. - Symbolic Link creation required admin even in developer mode. - Directories can be specified as destination with normal file or symbolic linking.

Read release notes

Version history

Version Updated Notes
2.9.3.4 Unknown - Docu update on --anchor and --destination - --probefs failed on unknown filesystems - ln reports error code when it fails creating hardlinks - Introduced a static version of ln.exe for use under e.g. WinPE - Changed th...