busybox的ash,不支持function關鍵字web
#!/bin/sh ergodic(){ for file in ` ls $1 ` do if [ -d $1"/"$file ];then ergodic $1"/"$file elif (echo $1/$file | grep -q '.mp4$');then echo $file fi done } INIT_PATH="/web" ergodic $INIT_PATH