====symutils==== Symutils is a collection of tools to manage symlinks, implemented in [[wp>Go Programming Language]]. This one can became real handy if you're "tag"ging your files by means of [[articles:A way of tagging files|creating symlinks under category-directories]]. Or just happen to have dozens of troublesome symlinks around. [[https://github.com/salviati/symutils|Sources]] (Ancient sources can be found [[http://freeconsole.org/crew/salviati/software/symutils/|here]].) =====The Tools===== replsym(1) finds symlinks pointing to a target, or targets described by a pattern, and replaces them with a given, new target. lssym(1) looks for (common) symlinks under given directories symfix(1) finds and (somewhat interactively) repairs broken symlinks. xlocate(1) is an alternative to locate. Common options are (mostly) compatible with GNU locate. =====Dependencies===== * A healthy [[http://golang.org/doc/install.html|Go environment]].