LoginSignup
0
0

More than 3 years have passed since last update.

MSYSのrenameコマンドでファイル内のスペースを置換する

Last updated at Posted at 2020-04-24

一回だと頭のスペースしか置換しないので、表示が出なくなるまで繰り返す。

 find . | awk '{print "\""$0"\""}' | xargs rename -v " " _
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0