scrollLog.sh
#!/bin/bash
cd `dirname $0`
PWD_DIR=`pwd`
echo $PWD_DIR
SIZE=`du nohup.out | cut -f 1`
echo $SIZE
if [ $SIZE -gt 20000 ]; then
>nohup.out
echo `du nohup.out`
fi
scrollLog.sh
#!/bin/bash
cd `dirname $0`
PWD_DIR=`pwd`
echo $PWD_DIR
SIZE=`du nohup.out | cut -f 1`
echo $SIZE
if [ $SIZE -gt 20000 ]; then
>nohup.out
echo `du nohup.out`
fi
931

被折叠的 条评论
为什么被折叠?