BusyBox: Difference between revisions

From Rosetta Code
Content added Content deleted
(multiuse-utility with awk / Tiny Core Linux)
(No difference)

Revision as of 05:01, 8 November 2014

BusyBox is a multiuse-utility, designed for embedded linux-systems.

It can provide most of the functionality of the many programs typical found in /bin, /sbin, /usr/bin, /usr/sbin, all in a single binary, thus saving space on small systems.

For example, BusyBox is used in Tiny Core Linux.

BusyBox can be compiled to include an AWK-implementation.