shell腳本學習筆記(shell腳本實現文件的建立)

#!/bin/bash function is_dir() { local dir=$1 if [ -d ${dir} ];then return 0 else return 1 f
相關文章
相關標籤/搜索