-1
私はこのようなファイルしまっ:LinuxのBashの名前の変更ファイル
./abc/woinewi.mp3
./def/mqwoifkwe.MP3
./ghi/ioqfnw.wmv
./xxx/powijfqiwj.WMV
./yyy/qjwdweo.Mp3
サブディレクトリ名がunique.Iであるが、これにbashコマンドまたはsciptsによってそれらの名前を変更したい:
./abc/abc.mp3
./def/def.MP3
./ghi/ghi.wmv
./xxx/xxx.WMV
./yyy/yyy.Mp3
などこれは:
./abc.mp3
./def.MP3
./ghi.wmv
./xxx.WMV
./yyy.Mp3
変換する方法はありますか?ありがとう!!!
[LinuxのDIRNAMEとしてファイルの名前を変更]の可能複製(http://stackoverflow.com/questions/36539020/linux- rename-files-as-dirname) – pfnuesel
あなたは既に同じ質問を以前に尋ねてきました。 https://stackoverflow.com/questions/36539020/linux-rename-files-as-dirname – pfnuesel