Sign in
coral
/
busybox
/
5cc9ada0e4680955e49ee983876da9a9b967e1d0
/
.
/
testsuite
/
sed
/
sed-handles-unsatisfied-backrefs
blob: 61bff88371acf2effb84b2ffb3d3bda06dbd8950 [
file
] [
log
] [
blame
]
busybox sed
-
e
's/.*root=/\1/'
>
output
<<
EOF
BOOT_IMAGE
=
vmlinuz root
=
/dev/
hda5 initrd
=
init1
EOF
cmp
-
s output
-
<<
EOF
/
dev
/
hda5 initrd
=
init1
EOF