Hi! > + rm -rf $DIR >/dev/null There shouldn't be any need to redirect the output to /dev/null once you pass the -f argument to the rm. Otherwise this is obviously correct. -- Cyril Hrubis chrubis@suse.cz