2013年7月19日金曜日

EUCのファイル名がみえない。 ーーーーこれは便利

apt-get install convmv

/usr/local/bin/convmv -r -f euc-jp -t utf8 [シェアディレクトリ] --notest

0 件のコメント:

コメントを投稿

NEXTJS PWA化

$ cd frontend $ npm install @ducanh2912/next-pwa $ vi next.config.ts<<__EOF__ import withPWAInit from "@ducanh2912/next-pwa"...