Categories
lndir
'lndir' makes a shadow copy (todir) of a directory tree (fromdir). The shadow is populated with symbolic links pointing at the real files in the fromdir directory tree, not with real files. This is useful for maintaining source code for different machine architectures. You create a shadow directory containing links to the real source (usually mounted from a remote machine). You can build in the shadow tree, and the object files will be in the shadow directory, while the source files in the shadow directory are just symlinks to the real files.
If you update the source, you need not propagate the change to the other architectures by hand, since all source in all shadow directories are symlinks to the real thing: just cd to the shadow directory and recompile.
Last updated 7 Jan, 2008
Versions
1.0
1.0 stable released 1996-06-30
- Released: 30 Jun, 1996
- Code Maturity: Stable
- Source Archive: http://www.mit.edu/afs/sipb/project/sipbsrc/rt/...
- Licenses: GPLv2
- Interfaces: Command Line
User Community and Support
User manpage available in HTML format from http://www.xfree86.org/4.3.0/lndir.1.html



