瀏覽單個文章
darkangel
Major Member
 
darkangel的大頭照
 

加入日期: Aug 2001
文章: 211
引用:
作者seiws
安裝hz2py
http://bluehua.org/2010/07/30/1410.html
然後把hz2py放在 PATH bin內

然後寫一個小Shell Scripting
#!/bin/sh
# find $1 -name "*.mp3"
for file in *.mp3; do
echo "processing $file"
destinationfile=`echo $file |hz2py`
cp "$file" "$destinationfile"
done

就可以把那個目錄夾裡頭所有MP3 都再複製一個拼音檔名了


真是高手,請受在下一拜。
PCDVD 臥虎藏龍高手如雲,這就是一個範例。
__________________
滿招損 謙受益
舊 2013-10-11, 06:27 AM #14
回應時引用此文章
darkangel離線中