NAME

  slrm - symlink remove


SYNOPSIS

  slrm tgt_dir grep_pat


OPTIONS

   tgt_dir  - dir to remove symlinks from.
   grep_pat - grep arg used to filter the long dir listing of tgt_dir
              for symlinks to be removed.


DESCRIPTION

  Remove symlinks which match regular expression grep_pat from tgt_dir.
  Symlinks that pass thru the following pipe are removed:
    ls -l | grep $grep_pat
  See slmk to generate a new set of symlinks for an application bin dir.


WARNING

  This cmd is dangerous. It can save a lot of work if used carefully.
  It can cause a lot of work if used carelessly.
  NOTE:  Preliminary use of the -n option is strongly advised.


SEE ALSO

cfm-cmds-list, slrm


AUTHORS

           Copyright (c) 1998 1999  Derald Metzger 
  This file is part of the cfm pkg (GPL).