hello,

i need a command that will access a windows partition and remove everything in temp directories but not remove the directories. will this work?:

# find /mnt/hda1 -iname "temp" -exec cd {} && rm ./* -rvf && mkdir temp