(佐々木@PSEG1)CLS.shの修正。sortの使い方を若干スマートに変更

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2287 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
(no author) 2008-08-27 09:04:17 +00:00
parent 2b3b054cd7
commit c30ff80ccf

View File

@ -28,7 +28,7 @@ move_data_to_tmp() {
do_cls() {
tmp=tmp/$1
for target in `find $tmp -name v* -type d | sort -t "v" -g -k 2`
for target in `find $tmp -name v* -type d | sort -t / -n -k 3.2`
do
cp -rp $target $1
echo "$target"