Home > App-lntree

App-lntree

App-lntree is a project mainly written in Perl, it's free.

NAME App::lntree - Create a best-effort symlink-based mirror of a directory

VERSION version 0.0012

SYNOPSIS lntree ~/project1 target/ lntree ~/project2 target/

    # target/ is now a combination of project1 & project2, with project2 taking precedence

DESCRIPTION App::lntree is a utility for making a best-effort symlink-based mirror of a directory. The algorithm is:

    - Directories are always recreated, NOT symlinked
    - A symlink conflict will be resolved by removing the original symlink
    - Regular files (including directories) are left untouched

USAGE lntree Create a symlink mirror of into , creating if necessary

AUTHOR Robert Krimen [email protected]

COPYRIGHT AND LICENSE This software is copyright (c) 2010 by Robert Krimen.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
Previous:Hudson4R