#!/bin/bash. lsl=`ls -1`. for variable in $lsl. do. if [ $variable != "loop.sh" ]. then. echo "$variable" | grep -v "no". else. break.
確定! 回上一頁