Hi, I have thousands of log files in a directory with date and time as file name. When I try to do "rm 20051008*", the shell returns "ksh: /usr/bin/rm: 0403-027 The parameter list is too long.". I can only do "rm 20051008_090*", something like that, which is very time-consuming to me. How can I do "rm 20051008" in this case? Thanks.