if [ -e /mnt/mondisque/ ] then cd /mnt/mondisque/ IFS=$' ' for f in `find . ! -type d` ; do rm -f "$f" done fi