2014年11月28日 星期五

Bash script 複製來源檔案的目錄結構

:;function fun_pathcp { :;_d=${1%*/*};[ $1 = $_d ] && _d=".";mkdir -p /$2/$_d;cp -fcp $1 /$2/$_d/;};

沒有留言: