C-shell Cookbook
by Malcolm J. Currie
Publisher: Starlink Project 2006
Number of pages: 61
Description:
This cookbook describes the fundamentals of writing scripts using the UNIX C shell. It shows how to combine Starlink and private applications with shell commands and constructs to create powerful and time-saving tools for performing repetitive jobs, creating data-processing pipelines, and encapsulating useful recipes.
Download or read it online for free here:
Download link
(330KB, PDF)
Similar books
An Awk Primer
by Aurelio A. Heckert - Wikibooks
Awk has two faces: it is a utility for performing simple text-processing tasks, and it is a programming language for performing complex text-processing tasks. Awk is useful for simple, quick-and-dirty computational programming.
(9601 views)
by Aurelio A. Heckert - Wikibooks
Awk has two faces: it is a utility for performing simple text-processing tasks, and it is a programming language for performing complex text-processing tasks. Awk is useful for simple, quick-and-dirty computational programming.
(9601 views)
ANSI C for Programmers on UNIX Systems
by Tim Love
This document introduces C by providing and explaining examples of common programming tasks. It enables the reader to learn from available source code by clarifying common causes of incomprehension. Exercises form an integral part of the course.
(28263 views)
by Tim Love
This document introduces C by providing and explaining examples of common programming tasks. It enables the reader to learn from available source code by clarifying common causes of incomprehension. Exercises form an integral part of the course.
(28263 views)
Bash Guide for Beginners
by Machtelt Garrels
Useful concepts in the daily life of a Bash user. Basic shell knowledge is required. Discussion about common shell practices and building blocks, grep, awk and sed tools with more examples. The second part is about loops, functions and traps.
(15443 views)
by Machtelt Garrels
Useful concepts in the daily life of a Bash user. Basic shell knowledge is required. Discussion about common shell practices and building blocks, grep, awk and sed tools with more examples. The second part is about loops, functions and traps.
(15443 views)
Beej's Guide to Unix Interprocess Communication
by Brian "Beej Jorgensen" Hall
This document discusses several methods of Interprocess Communication, some of which are better suited to certain tasks than others. If you know C or C++ and are pretty good using a Unix environment, these documents are for you.
(11864 views)
by Brian "Beej Jorgensen" Hall
This document discusses several methods of Interprocess Communication, some of which are better suited to certain tasks than others. If you know C or C++ and are pretty good using a Unix environment, these documents are for you.
(11864 views)