Query: shtool-mkln
OS: linux
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SHTOOL-MKLN.TMP(1) GNU Portable Shell Tool SHTOOL-MKLN.TMP(1)NAMEshtool-mkln - GNU shtool enhanced ln(1) replacementSYNOPSISshtool mkln [-t|--trace] [-f|--force] [-s|--symbolic] src-path [src-path ...] dst-pathDESCRIPTIONThis 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. -t, --trace Enable the output of the essential shell commands which are executed. -f, --force Force the creation of the link even if it exists. Default is to fail with error. -s, --symbolic Create a symbolic link instead of a hard-link.EXAMPLE# shell script shtool mkln -s foo/bar baz/quuxHISTORYThe GNU shtool fixperm command was originally written by Ralf S. Engelschall <rse@engelschall.com> in 1998 for ePerl.SEE ALSOshtool(1), ln(1). 18-Jul-2008 shtool 2.0.8 SHTOOL-MKLN.TMP(1)
Related Man Pages |
---|
shtool-mdate(1) - linux |
shtool-move(1) - linux |
shtool-path(1) - linux |
shtool-mkln(1) - debian |
shtool-path(1) - debian |
Similar Topics in the Unix Linux Community |
---|
getting the path part of an argument |
Finding relative path of a file |
how can we perform calculation on the ouput of the commnad |
find - link - error |
Test -e not working as expected (by me) |