Difference between revisions of "Scripting"

From eLinux.org
Jump to: navigation, search
Line 1: Line 1:
 
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.  
 
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.
+
Most commons shells are [http://www.gnu.org/software/bash/ bash] on PC and busybox's [http://en.wikipedia.org/wiki/Almquist_shell ash] on embedded Linux.
  
 
==Shell scripting libraries==
 
==Shell scripting libraries==

Revision as of 00:38, 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