Difference between revisions of "Scripting"

From eLinux.org
Jump to: navigation, search
Line 7: Line 7:
 
* [http://dberkholz.com/2011/04/07/bash-shell-scripting-libraries/ List of Bash shell-scripting libraries]
 
* [http://dberkholz.com/2011/04/07/bash-shell-scripting-libraries/ List of Bash shell-scripting libraries]
 
* [http://marcomaggi.github.io/docs/mbfl.html mbfl - Marco's Bash Functions Library]
 
* [http://marcomaggi.github.io/docs/mbfl.html mbfl - Marco's Bash Functions Library]
 +
** 5000 SLOC, 500 functions, bloated
 
** The philosophy of MBFL is to do the work as much as possible without external commands.
 
** The philosophy of MBFL is to do the work as much as possible without external commands.
 
** Сomplicated to use
 
** Сomplicated to use

Revision as of 00:32, 18 December 2013

Scripting is powerful technology especially valuable in embbedded Linux. It is used for building complex projects, building root file systems and distributions, system management, tests automation.

Most commons shells are bash on PC and busybox's ash on embedded Linux.

Shell scripting libraries

Samples from books

Historical

See also