#!/bin/sh LOGS=`ls .| grep -E "*.log$"` for f in $LOGS do gzip $f echo " -- END gzip! $f -- " #DEBUG done
コメントを投稿
0 件のコメント:
コメントを投稿