Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
こことinterwebzでかなりの数の質問を読みましたが、ファイルの名前変更はまだ機能しません。次のように始まる一連のファイルがあります。
libraryVCE_KM_LIBRARY_SUMARY_S...
ライブラリの最初のインスタンスを削除したいので、Linux で次のコマンドを実行します。
rename -v '/\blibrary/' *
ただし、ファイルの名前は変更されません。なぜだめですか?
私はこれを試しました:
rename library '' *
そしてそれはうまくいくようです。