git status --porcelain | awk '{print $2}' | xargs -n 1 nkf -Lu --overwrite
ファイル名に空白が入ってるとダメ
Go to list of users who liked
More than 5 years have passed since last update.
git status --porcelain | awk '{print $2}' | xargs -n 1 nkf -Lu --overwrite
ファイル名に空白が入ってるとダメ
Register as a new user and use Qiita more conveniently
Go to list of users who liked