[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Help with find command: seeking *.log files not under hidden directories.



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



Reply to: