摘要:
在批量处理文件时候使用下面的脚本发现含有空格的文件名并不能被正确处理: #$1: 遍历的文件夹 rootDir=$1 cd $rootDir allAudioFile=$(find $1 -name "*\.mp3") for oneAudioFile in $allAudioFile do mv 阅读全文
摘要:
报错如下: Loaded plugins: fastestmirror, langpacks Determining fastest mirrors One of the configured repositories failed (Unknown), and yum doesn't have e 阅读全文