The UNIX C Shell Field Guide

The UNIX C Shell Field Guide
Author: Gail Anderson
Publisher:
Total Pages: 404
Release: 1986
Genre: Computers
ISBN:

An in-depth reference which shows how to take advantage of the practicality of C Shell features and use them effectively. Covers the C Shell as it runs under UNIX 4.2BSD, 4.3BSD, System V, System III, XENIX and Version 7.

Classic Shell Scripting

Classic Shell Scripting
Author: Arnold Robbins
Publisher: "O'Reilly Media, Inc."
Total Pages: 562
Release: 2005-05-16
Genre: Computers
ISBN: 0596555261

Shell scripting skills never go out of style. It's the shell that unlocks the real potential of Unix. Shell scripting is essential for Unix users and system administrators-a way to quickly harness and customize the full power of any Unix system. With shell scripts, you can combine the fundamental Unix text and file processing commands to crunch data and automate repetitive tasks. But beneath this simple promise lies a treacherous ocean of variations in Unix commands and standards. Classic Shell Scripting is written to help you reliably navigate these tricky waters.Writing shell scripts requires more than just a knowledge of the shell language, it also requires familiarity with the individual Unix programs: why each one is there, how to use them by themselves, and in combination with the other programs. The authors are intimately familiar with the tips and tricks that can be used to create excellent scripts, as well as the traps that can make your best effort a bad shell script. With Classic Shell Scripting you'll avoid hours of wasted effort. You'll learn not only write useful shell scripts, but how to do it properly and portably.The ability to program and customize the shell quickly, reliably, and portably to get the best out of any individual system is an important skill for anyone operating and maintaining Unix or Linux systems. Classic Shell Scripting gives you everything you need to master these essential skills.

Mastering Unix Shell Scripting

Mastering Unix Shell Scripting
Author: Randal K. Michael
Publisher: John Wiley & Sons
Total Pages: 1040
Release: 2011-09-14
Genre: Computers
ISBN: 1118080165

UNIX expert Randal K. Michael guides you through every detail of writing shell scripts to automate specific tasks. Each chapter begins with a typical, everyday UNIX challenge, then shows you how to take basic syntax and turn it into a shell scripting solution. Covering Bash, Bourne, and Korn shell scripting, this updated edition provides complete shell scripts plus detailed descriptions of each part. UNIX programmers and system administrators can tailor these to build tools that monitor for specific system events and situations, building solid UNIX shell scripting skills to solve real-world system administration problems.

Linux Desk Reference

Linux Desk Reference
Author: Scott Hawkins
Publisher: Prentice Hall Professional
Total Pages: 612
Release: 2002
Genre: Computers
ISBN: 9780130619891

This best-selling Linux command reference has now been completely updated and expanded: this new edition includes chapters on Apache Web Server and other key topics not previously covered. Designed for power users, developers, and sys admins, it will provide a user-friendly guide to the Linux operating system. All commands will be listed alphabetically by functional area -- so all file structure commands will be grouped. All networking commands grouped, etc.

Unix for the Mainframer

Unix for the Mainframer
Author: David B. Horvath
Publisher:
Total Pages: 420
Release: 1998
Genre: Computers
ISBN:

Appendices offer further resources for deciphering common error messages, converting data, comparing hardware, and accessing networks, along with general hints and suggestions for ongoing reading. UNIX for the Mainframer is the only book that helps mainframers use their existing skills to get them up and running in the UNIX environment, fast.

C All-in-One Desk Reference For Dummies

C All-in-One Desk Reference For Dummies
Author: Dan Gookin
Publisher: John Wiley & Sons
Total Pages: 855
Release: 2011-03-01
Genre: Computers
ISBN: 1118054245

Ready, set, code! A user-friendly guide introducing the C programming language to new and intermediate coders The C programming language and its direct descendants are widespread and among the most popular programming languages used in the world today. The enduring popularity of C continues because C programs are fast, concise, and run on many different systems. Flexible and efficient, C is designed for a wide variety of programming tasks: system-level code, text processing, graphics, telecommunications, and many other application areas. C All-in-One Desk Reference For Dummies is for beginning and intermediate C programmers and provides a solid overview of the C programming language, from the basics to advanced concepts, with several exercises that give you real-world practice. C All-in-One Desk Reference For Dummies covers everything users need to get up to speed on C programming, including advanced topics to take their programming skill to the next level. Inside you'll learn The entire development cycle of a C program: designing and developing the program, writing source code, compiling the code, linking the code to create the executable programs, debugging, and deployment The intricacies of writing the code -- the basic and not-so-basic building blocks that make up the source code Thorough coverage of keywords, program flow, conditional statements, constants and variables, numeric values, arrays, strings, functions, pointers, debugging, prototyping, and more Dozens of sample programs you can adapt and modify for your own use Written in plain English, this friendly guide also addresses some advanced programming topics, such as Programming for the Linux/Unix console Windows and Linux programming Graphics programming Games programming Internet and network programming Hardware programming projects The book includes a handy appendix that shows you how to set up your computer for programming, how to select and use a text editor, and fix up the compiler, to ensure you're ready to work the author's examples. Written by Dan Gookin, the author of the first-ever For Dummies book (and several others) who's known for presenting complex material in an easy-to-understand way, this comprehensive guide makes learning the C programming language simple and fun. Grab your copy of C All-in-One Desk Reference For Dummies, so you can start coding your own programs.

Using Csh & Tcsh

Using Csh & Tcsh
Author: Paul DuBois
Publisher: "O'Reilly Media, Inc."
Total Pages: 242
Release: 1995-07
Genre: Computers
ISBN: 1565921321

Using csh & tcsh describes from the beginning how to use csh--the standard shell on most UNIX systems--interactively. More importantly, it shows the reader how to get work done faster with less typing.

Linux and UNIX Shell Programming

Linux and UNIX Shell Programming
Author: D. S. W. Tansley
Publisher: Addison-Wesley Professional
Total Pages: 532
Release: 2000
Genre: Computers
ISBN: 9780201674729

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.

Unix in a Nutshell

Unix in a Nutshell
Author: Arnold Robbins
Publisher: O'Reilly Media, Inc.
Total Pages: 920
Release: 2006
Genre: Computers
ISBN:

A guide to the operating system's commands and options covers the shell, package management, text editing, source code management, and GDB debugger.