可愛そうな225の為に…

> cat test
1
2
3
4
5
6
7
8
9
10

> ./hoge.sh test
22
12
> cat test
6
7
8
9
10

> cat hoge.sh
#!/bin/sh
ed $1 <<EOF
1,5d
wq
EOF