skaembutils
Software
www.skarnet.org
The minln program
minln creates a link to a file.
Interface
minln [ -s ] [ -f ] src dst
- minln makes a link dst pointing to file
src. It does not replace dst if it exists.
- It exits 100 on a misuse and 111 on a temporary error.
Options
- -s : make a symbolic link, not a hard link.
- -f : if dst exists, try and replace it
atomically.