Das ist doch das aktuelle binary, das im trunk wieder auf die ältere Version reverted wurde?anscheinend doch:
Code:sed --help BusyBox v1.19.4 (2012-05-02 10:30:31 CEST) multi-call binary.
Vielleicht kann das eine (ältere) sed was anderes als das andere (neuere).
Meine busybox der FB (7270) ist anscheinend noch etwas älter:
Code:
# sed
BusyBox v1.16.1 (2011-03-15 11:17:45 CET) multi-call binary.
Usage: sed [-efinr] SED_CMD [FILE]...
Options:
-e CMD Add CMD to sed commands to be executed
-f FILE Add FILE contents to sed commands to be executed
-i Edit files in-place (else sends result to stdout)
-n Suppress automatic printing of pattern space
-r Use extended regex syntax
Eine Testversion hätte ich noch
Code:
# ./busybox_neu
BusyBox v1.21.0.git (2012-05-10 17:29:33 CEST) multi-call binary.
Copyright (C) 1998-2011 Erik Andersen, Rob Landley, Denys Vlasenko
and others. Licensed under GPLv2.
See source distribution for full notice.
Zuletzt bearbeitet: