[WBEL-users] File deletion

Vic whitebox@beer.org.uk
Wed Jan 19 22:55:38 CST 2005


> What I need to do is to remove the files but leave the directories intact.

Have you tried something along the lines of :-

find </path/to/deletion/site> -type f | xargs rm -f

Vic.




More information about the Whitebox-users mailing list