NAME

slinkls -- list the structure of a filesystem utilizing links and slinks.


SYNOPSIS

slinkls [-links] [-slinks] [<path>...]


DESCRIPTION

slinkls lists the structure of filesystems utilizing high-level link syntax. It reduces structural assertions to the highest-possible level and lists the results. This takes next to forever. But it helps the user understand what the slink manpage is doing, and helps us debug the slink manpage and other programs.

A slink is a generalization of a symbolic link. If we say A=B>, read ``there is a slink from A to B'', this means that contents of B appear to be contents of A through symbolic links. This of course does not preclude other contents of A. If A and B are files, then this degenerates into a normal symbolic link.


OPTIONS

-links
Show links in the structure as well as slinks.

-slinks
Show intermediate slinks that are part of (and normally absorbed by) other high-level ones.

.


SEE ALSO

the slink manpage , Slink::Duper.


AUTHOR

Alva L. Couch, couch@cs.tufts.edu, http://www.cs.tufts.edu/~couch, Copyright 1996 by Alva L. Couch.


LAST MODIFIED

May 10, 1996