Shammer's Philosophy

My private adversaria

2016-01-19から1日間の記事一覧

Change character encoding to UTF-8

This is an second version of 文字コードをまとめて変換するスクリプト - Shammerism. The before article handles multiple files at one time, but this version handles only 1 file. #!/bin/bash NKF_CHECK=`which nkf | wc | awk '{print $1}'`; if [ …