lndir

Create a shadow directory of symbolic links to another directory tree

brewmacoslinux
Try with needOr install directly
Source

About

Create a shadow directory of symbolic links to another directory tree

Commands

lndir

Examples

Create a shadow directory of symbolic links from source to destination$ lndir /path/to/source /path/to/destination
Create shadow directory, ignoring files matching a pattern$ lndir -ignore '*.o' /source /dest
Create shadow directory in current directory from another location$ lndir /absolute/path/to/source .