刪除過時的hls緩存

#!/bin/bash debug=0 for dir in `find /usr/local/nginx/html/ -type d` do test $debug -gt 1 && echo $dir string=`echo $dir | awk -F "/" '{print $NF}'` if [ "$string"x == "high"x ];then test $debug -gt 0
相關文章
相關標籤/搜索