Batch convert files to utf-8 with vim
Created on 2021-10-17T16:35:32-05:00
vim "+set nomore" "+bufdo set fileencoding=utf8 | w" "+q" $(find . -type f)
Created on 2021-10-17T16:35:32-05:00
vim "+set nomore" "+bufdo set fileencoding=utf8 | w" "+q" $(find . -type f)