自分の厨房さをさりげなく出してみよう (230レス)
上下前次1-新
2(2): 2001/07/23(月)23:49 AAS
$ emacs crlf2lf
#!/bin/sh
if [ ! -x /usr/bin/nkf ]; then
echo "crlf2lf: Please install nkf"
exit 1
fi
if [ -z $1 ]; then
echo "usage: crlf2lf <filename>" >&2
exit 1
fi
if [ -f $1 ]; then
nkf -Lu $1 > $1.nkftemp
mv -f $1.nkftemp $1
exit 0
else
echo "crlf2lf: No such file"
exit 1
fi
C-x C-c
$ chmod 700 crlf2lf
気分はプログラマー(プ
上下前次1-新書関写板覧索設栞歴
あと 228 レスあります
スレ情報 赤レス抽出 画像レス抽出 歴の未読スレ AAサムネイル
ぬこの手 ぬこTOP 0.004s