Glade is a RAD tool to enable quick & easy development of user interfa ..
This tutorial introduces the reader informally to the basic concepts a ..
Python is a dynamic object-oriented programming language that can be u ..
Tutorial for creating applications using Python and PyGTK ..
A good beginner's overview on what actually happens when compiling sof ..
This document outlines the set of requirements and guidelines for file ..
The Linux System Administrator's Guide, describes the system administr ..
This document is an attempt to summarise the many command-line based t ..
This guide, published by the Linux Foundation, explains how to deal wi ..
The Advanced Bash-Scripting Guide provides a comprehensive and in-depth tutorial on Bash shell scripting
Categories:
Documentation, Shell
Homepage: http://tldp.org/LDP/abs/html/
Published by: ossdeveloper.com admin
Total page views: 96
Total rating: 0
Total votes: 0
Date added: 2008-07-01 10:55:18
Date modified: 2008-07-01 10:55:18
The shell is a command interpreter. More than just the insulating layer between the operating system kernel and the user, it's also a fairly powerful programming language. A shell program, called a script, is an easy-to-use tool for building applications by "gluing together" system calls, tools, utilities, and compiled binaries. Virtually the entire repertoire of UNIX commands, utilities, and tools is available for invocation by a shell script. If that were not enough, internal shell commands, such as testing and loop constructs, lend additional power and flexibility to scripts. Shell scripts are especially well suited for administrative system tasks and other routine repetitive tasks not requiring the bells and whistles of a full-blown tightly structured programming language.
Access the home page for more information