shell 經常使用腳本

#獲取當前目錄 rootPath=$(cd "$(dirname "$0")"; pwd) echo ${rootPath} #獲取上一層目錄 lastDir=$(dirname "$PWD") #遍歷文件夾下面文件 for file in `ls $rootPath` do echo "文件名=$file" #獲取文件後綴名 ext=${file##*.} if [ "$ext" ==
相關文章
相關標籤/搜索