BusyBox: Difference between revisions

m
(working system)
 
(2 intermediate revisions by the same user not shown)
Line 1:
[[Category:AWK Implementations]]
[[Category:UNIX Shell Implementations]]
[[Category:Editor]]
[[Category:Utility]]
 
[[wp:BusyBox|BusyBox]] "The Swiss Army Knife of Embedded Linux"
Line 13 ⟶ 17:
 
BusyBox has been written with size-optimization and limited resources in mind.
It is also extremely modular so you can easily include or exclude commands (or features) at compile time. This makes it easy to customize your embedded systems.
(or features) at compile time. This makes it easy to customize your embedded systems.
-->
A working system may consist of just
Line 30 ⟶ 35:
As a shell, BusyBox provides [[Almquist Shell‎|ash]].
 
As a calculator, BusyBox provides [[dc]], a "Tiny RPN calculator".
BusyBox can be configured to include as little or as much "applets" as desired.
 
As an editor, BusyBox provides [[sed]] and [[Vi]].
 
BusyBox can be configured (at compile-time) to include
BusyBox can be configured to include as little or as much "applets" as needed/desired.
 
[http://www.busybox.net BusyBox] can be compiled to include an [[AWK]]-implementation.
 
[[Category:AWK Implementations]]
[[Category:UNIX Shell Implementations]]
Anonymous user