自分の厨房さをさりげなく出してみよう (230レス)
上下前次1-新
抽出解除 レス栞
リロード規制です。10分ほどで解除するので、他のブラウザへ避難してください。
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
気分はプログラマー(プ
6: 2001/07/24(火)00:19 AAS
kill -KILL >>1 >>2
7(1): 2001/07/24(火)00:20 AAS
>>2
悦に入っていたところにqkcを知ったっていうオチ...?
上下前次1-新書関写板覧索設栞歴
スレ情報 赤レス抽出 画像レス抽出 歴の未読スレ AAサムネイル
ぬこの手 ぬこTOP 0.011s