Hallo.
Kann man bei der Busybox noch Befehle nachinstalieren?
Oder gibt es ein Image wo die Befehle "sed", "cat", "cut" und "grep" drin sind?
Ich habe bis jetzt nur welche gesehen wo eins oder zwei davon gefehlt haben.
busybox: Befehle nachinstallieren
-
- Neugieriger
- Beiträge: 13
- Registriert: Donnerstag 23. März 2006, 20:02
-
- Tuxboxer
- Beiträge: 6044
- Registriert: Montag 17. November 2003, 06:48
Code: Alles auswählen
BusyBox v1.1.2 (2006.04.15-16:16+0000) Built-in shell (ash)
Enter 'help' for a list of built-in commands.
~ > sed --help
BusyBox v1.1.2 (2006.04.15-16:16+0000) multi-call binary
Usage: sed [-efinr] pattern [files...]
~ > cat --help
BusyBox v1.1.2 (2006.04.15-16:16+0000) multi-call binary
Usage: cat [-u] [FILE]...
~ > cut --help
BusyBox v1.1.2 (2006.04.15-16:16+0000) multi-call binary
Usage: cut [OPTION]... [FILE]...
~ > grep --help
BusyBox v1.1.2 (2006.04.15-16:16+0000) multi-call binary
Usage: grep [-ihHnqvs] PATTERN [FILEs...]
~ >
cu
Jens