for i in `find $WORKDIR/*Alarm* -mtime 1 -type f` do some task done
for i in `find $WORKDIR -name ‘*Alarm*’ -mtime 1 -type f` do some task done
No comments:
Post a Comment