Hi does anyone happen to know of a quicker way of deleting 40000 files out of a directory other than the command "find . -exec rm {} \;"
will rm -r <directory> be as quick? thanx
Hi does anyone happen to know of a quicker way of deleting 40000 files out of a directory other than the command "find . -exec rm {} \;"
will rm -r <directory> be as quick? thanx