mirror of
https://git.busybox.net/busybox
synced 2026-02-07 20:50:26 +00:00
This patch implements the 'T' command in sed. This is a GNU extension, but one of the udev hotplug scripts uses it, so I need it in busybox anyway. Includes a test; 'svn add testsuite/sed/sed-branch-conditional-inverted' after applying. |
||
|---|---|---|
| .. | ||
| sed-accepts-blanks-before-command | ||
| sed-aic-commands | ||
| sed-append-hold-space-to-pattern-space | ||
| sed-append-next-line | ||
| sed-branch | ||
| sed-branch-conditional | ||
| sed-branch-conditional-inverted | ||
| sed-branch-conditional2 | ||
| sed-branch-no-label | ||
| sed-chains-substs | ||
| sed-chains-substs2 | ||
| sed-does-not-substitute-in-deleted-line | ||
| sed-handles-embedded-slashes | ||
| sed-handles-empty-lines | ||
| sed-handles-unsatisfied-backrefs | ||
| sed-next-line | ||
| sed-prints-line-once-for-multiple-substs | ||
| sed-recurses-properly | ||
| sed-regex-match-newline | ||
| sed-splits-edit-commands-on-command-line | ||
| sed-subst-subprint | ||
| sed-write-to-stdout | ||