The Art of UNIX Programming


Book Description

The Art of UNIX Programming poses the belief that understanding the unwritten UNIX engineering tradition and mastering its design patterns will help programmers of all stripes to become better programmers. This book attempts to capture the engineering wisdom and design philosophy of the UNIX, Linux, and Open Source software development community as it has evolved over the past three decades, and as it is applied today by the most experienced programmers. Eric Raymond offers the next generation of "hackers" the unique opportunity to learn the connection between UNIX philosophy and practice through careful case studies of the very best UNIX/Linux programs.










UNIX Programming


Book Description




LINUX and UNIX Programming Tools


Book Description

This concise programming companion prepares students for programming in the LINUX environment. The authors begin with a brief review of commands and utilities and then focus on systematically describing those software development tools available to a LINUX programmer. These software development tools include utilities for managing libraries for object files and profiling. LINUX & UNIX Programming Tools assumes no previous exposure to LINUX and is appropriate for students and software practitioners alike. Student support files for Sarwar can be found at http://www.aw-bc.com/cssupport/Sarwar.html.




Linux and UNIX Shell Programming


Book Description

Learn how to create and develop shell scripts in a step-by-step manner increasing your knowledge as you progress through the book. Learn how to work the shell commands so you can be more productive and save you time.




C and UNIX


Book Description

An excellent introduction to the essential features of C and UNIX, designed to encourage readers to use them together in order to write more powerful and more efficient programs. Software design is emphasized throughout the text and every chapter includes a thorough synopsis, review problems with answers as well as several programming problems. The appendices contain solutions for nearly all review problems plus summaries of C, UNIX and vi commands, standard function libraries and C operator precedences.




UNIX System Programming Using C++


Book Description

Learn to write advanced C programs that are strongly type-checked, compact, and easy to maintain. This book focuses on real-life applications and problem solving in networking, database development, compilers, operating systems, and CAD.




UNIX System Programming


Book Description

This text concentrates on the programming interface that exists between the UNIX kernel and applications software that runs in the UNIX environment - the UNIX system call interface. The techniques required by systems programmers are developed in depth and illustrated by a wealth of examples.