Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sed-append-next-line « sed « testsuite - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 380b7935d8d7468777cff851e38c5b09c6682b08 (plain)
1
2
3
4
5
6
7
8
9
busybox sed -n 'N;p'>output <<EOF
a
b
c
EOF
cmp -s output - <<EOF
a
b
EOF