

Advanced Unix : A Programmer's Guide
Stephen Prata
SKU: 9788170291077
Rs. 450
FREE PREVIEW
ISBN: 9788170291077
Authors: Stephen Prata
Rights: Worldwide
Publishing Date: January 1986
Pages:
Weight:
Dimension: 20 x 14 x 4 cm
Book Type: Paperback
Looking for an eBook ? Click here
Looking for an eBook ? Click here
Advanced UNIX encompasses a wide range of topics. This book concentrates on problem solving; it is primarily a book on UNIX programming. Since UNIX is an operating system (a very powerful, elegant, comprehensive, and popular operating system), the phrase "Unix programming" may seem a bit odd. But, unlike most operating systems, UNIX is highly programmable. Programming is providing a sequence of instructions to accomplish a given task, and UNIX offers several ways to do that. First, through pipes and redirection, UNIX lets you combine simple UNIX commands into more complex ones. Second, the UNIX shell, a program that acts as an interface between the user and the operating system proper, is programmable. It offers the basic features of most conventional computer languages (variables, loops, decision making), using UNIX commands as its basic building blocks. Third, because UNIX itself is written largely in the C programming language, there is a very extensive interface between the UNIX system and c programs, making C the language of choice for UNIX programming projects.
Chapter 1 Introduction
Chapter 2 Unix overview
Chapter 3 Problem-Solving approaches in linux
Chapter 4 Working with the bourne shell
Chapter 5 Shell Scripts: Looping and making choices
Chapter 6 Shell script examples
Chapter 7 Systems calls and the C library
Chapter 8 The UNIX C interface
Chapter 9 Working with Unix C files and graphics
Chapter 10 Unix program development CC, make and applications
A Unix tools: grep, sed, tr, and awk
B A survey of the C shell:CSH
C Binary numbers and others
D Ascll Table
E Unix system calls
Stephen Prata