Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
cd /usr/local/nmis8/database
find . –name "*rrd" -type f -mtime +30 -print -exec rm {} \;
find . -name "*rrd" -type f -size 0 -print -exec rm {} \;

...