ljr/ljcom/bin/no-emacs.sh

8 lines
148 B
Bash
Executable File

#!/bin/sh
#
# <LJDEP>
# prog: find, rm
# </LJDEP>
find . \( -name '.*~' -or -name '*~' -or -name '#*#' -or -name '.#*' \) -print -exec rm -f {} \;