Linux之shell腳本遍歷文件夾下全部文件

#!/bin/bash bash

function ergodic(){ spa

for file in ` ls $1` io

do                 function

    if [ -d $1"/"$file] #若是 file存在且是一個目錄則爲真                 file

    then                       ergodic $1"/"$file                 di

  else                       local path=$1"/"$file #獲得文件的完整的目錄                       文件

                 local name=$file       #獲得文件的名字                                   co

   fipath

done }

INIT_PATH="/home"

ergodic $INIT_PATH

相關文章
相關標籤/搜索