![]() |
![]()
| ![]() |
![]()
NAMEshtool mkln - GNU shtool enhanced ln(1) replacement SYNOPSISshtool mkln [-t|--trace] [-f|--force] [-s|--symbolic] src-path [src-path ...] dst-path DESCRIPTIONThis is a ln(1) style command. It is enhanced to provide automatic calculation and usage of relative links with the shortest possible path, if possible. Usually if src-path and dst-path are not absolute paths or at least they share a common prefix except the root directory (``"/"''). When more than one src-path is specified, all of them are linked into dst-path. OPTIONSThe following command line options are available.
EXAMPLE# shell script shtool mkln -s foo/bar baz/quux HISTORYThe GNU shtool fixperm command was originally written by Ralf S. Engelschall <rse@engelschall.com> in 1998 for ePerl. SEE ALSOshtool(1), ln(1).
|