aboutsummaryrefslogtreecommitdiff
path: root/testsuite/sed/sed-append-hold-space-to-pattern-space
blob: 6dda80feee56873274f177e83774b68b8b965c07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
busybox sed 'G'>output <<EOF
a
b
c
EOF
cmp -s output - <<EOF
a

b

c

EOF