Difference between revisions of "Scripting"

From eLinux.org
Jump to: navigation, search
(Historical)
(Historical)
Line 49: Line 49:
 
* [http://www.cs.uleth.ca/~holzmann/C/shells/shell_book_blinn/ Portable Shell Programming, 1995, samples]
 
* [http://www.cs.uleth.ca/~holzmann/C/shells/shell_book_blinn/ Portable Shell Programming, 1995, samples]
 
** 1000 SLOC, 33 files-functions
 
** 1000 SLOC, 33 files-functions
* [http://intuitive.com/wicked/wicked-cool-shell-script-library.shtml Wicked Cool Shell Scripts]
+
* [http://intuitive.com/wicked/wicked-cool-shell-script-library.shtml Wicked Cool Shell Scripts, 2004, samples]
 
** 4000 SLOC, 100 files-functions
 
** 4000 SLOC, 100 files-functions
 
** Easy to use
 
** Easy to use

Revision as of 17:02, 25 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

Shell scripting libraries

Samples from books

Historical

References

See also