Unix and Linux Discussions Tagged with dir |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
1,391 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
7,819 |
Shell Programming and Scripting |
|
|
|
6 |
3,616 |
Shell Programming and Scripting |
|
|
|
1 |
3,530 |
HP-UX |
|
|
|
4 |
4,267 |
Shell Programming and Scripting |
|
|
|
4 |
2,662 |
Shell Programming and Scripting |
|
|
|
0 |
1,012 |
Software Releases - RSS News |
|
|
|
0 |
959 |
Software Releases - RSS News |
|
|
|
4 |
2,034 |
Shell Programming and Scripting |
|
|
|
0 |
899 |
Software Releases - RSS News |
|
|
|
15 |
45,521 |
IP Networking |
|
|
|
1 |
12,539 |
Programming |
|
|
|
1 |
3,593 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
8,481 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
2,731 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
5,292 |
Shell Programming and Scripting |
|
|
|
4 |
2,977 |
Shell Programming and Scripting |
|
|
|
1 |
2,310 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
2,493 |
Shell Programming and Scripting |
|
|
|
1 |
3,311 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
5,756 |
Shell Programming and Scripting |
|
|
|
7 |
4,634 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
4,015 |
Programming |
|
|
|
0 |
1,185 |
Software Releases - RSS News |
|
|
|
3 |
7,761 |
Shell Programming and Scripting |
|
|
|
0 |
1,120 |
Software Releases - RSS News |
|
|
|
2 |
5,583 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
1,331 |
Software Releases - RSS News |
|
|
|
4 |
9,173 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
1,172 |
Software Releases - RSS News |
|
|
|
1 |
2,761 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
25,547 |
AIX |
|
|
|
0 |
3,025 |
Linux |
|
|
|
4 |
2,897 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,609 |
UNIX for Dummies Questions & Answers |
|
|
|
14 |
7,998 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
3,359 |
Shell Programming and Scripting |
|
|
|
4 |
2,878 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
4,270 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
9,610 |
Shell Programming and Scripting |
SHTOOL-MKSHADOW.TMP(1) GNU Portable Shell Tool SHTOOL-MKSHADOW.TMP(1)
NAME
shtool-mkshadow - GNU shtool create shadow tree using symlinks
SYNOPSIS
shtool mkshadow [-v|--verbose] [-t|--trace] [-a|--all] src-dir dst-dir
DESCRIPTION
This command creates a shadow tree of src-dir under dst-dir by recreating the directory hierarchy of src-dir under dst-dir and by creating
the files of src-dir by linking them into the corresponding directories under dst-dir via symbolic links. When src-dir can be reached via
relative paths from dst-dir, relative symbolic links are used, too. This high-level functionality is originally designed for developers to
create copies of source trees.
OPTIONS
The following command line options are available.
-v, --verbose
Display some processing information.
-t, --trace
Enable the output of the essential shell commands which are executed.
-a, --all
Really shadow all files and directories in src-dir. Default is to skip CVS related files and directories, backup files, object files,
etc.
EXAMPLE
# shell script
shtool mkshadow -v -a . /tmp/shadow
HISTORY
The GNU shtool mkshadow command was originally written by Ralf S. Engelschall <rse@engelschall.com> in 1998 for Apache. It was later
revised and taken over into GNU shtool.
SEE ALSO
shtool(1), ln(1).
18-Jul-2008 shtool 2.0.8 SHTOOL-MKSHADOW.TMP(1)