I want to modify the following command

find . -maxdepth $DEPTH -name "$.log" -ok rm '{}' ';';

so that it doesn't look in directories or subdirectories that start
with a "." -- any suggestions?

-- 
Thanks,
Adam


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to