Help for this page

Select Code to Download


  1. or download this
    cd /targetdir/targetsubdir
    rm -fr *
    
  2. or download this
    > cd $TARGETDIR && rm -fr ./targetsubdir
    or
    > test -d $TARGETDIR && find . -name 'DATE_*' -type f -mtime +14 -exec
    + rm -fr {} \;