You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
J. Brandt Buckley ea28de1be4 Incremented version to 1.4-1, eliminated .lsm file and added Readme file. 13 years ago
Makefile Made makefile more flexible 13 years ago
Readme.md Incremented version to 1.4-1, eliminated .lsm file and added Readme file. 13 years ago
symlinks.8 Incremented version to 1.4-1, eliminated .lsm file and added Readme file. 13 years ago
symlinks.c Incremented version to 1.4-1, eliminated .lsm file and added Readme file. 13 years ago

Readme.md

symlinks

scan/change symbolic links

Symlinks is a simple tool that helps find and remedy problematic symbolic links on a system.

Description

Symlinks scans directories for symbolic links, identifying dangling, relative, absolute, messy, and other_fs links. It can also change absolute links to relative within a given filesystem.

Installation

Source:

$ ./configure
$ make
$ make install

Usage

Scan:

$ symlinks -r [path]
$ symlinks -rv [path]
$ symlinks -rc  [path]

More options:

$ symlinks -h

Changes

  • v1.4-1 Added Mac OS X compatibility.

  • v1.4 Incorporate patches from Fedora.

  • v1.3 More messy-link fixes, new -o flag for other_fs.

  • v1.2 Added -s flag to shorten links with redundant path elements. Also includes code to remove excess slashes from paths.

Credit

Symlinks was originally created by Mark Lord (mlord@pobox.com).