0016-ed.sh (90B)
1 #!/bin/sh 2 3 ../ed -s /dev/null <<EOF | grep 'file modified' > /dev/null 4 a 5 1 6 2 7 . 8 1Q 9 q 10 h 11 EOF