Shell Programming in Unix, Linux and OS X, Kochan S., Wood P., 2017.
Shell Programming in Unix, Linux and OS X is a thoroughly updated revision of Kochan and Wood’s classic Unix Shell Programming tutorial. Following the methodology of the original text, the book focuses on the POSIX standard shell, and teaches you how to develop programs in this useful programming environment, taking full advantage of the underlying power of Unix and Unix-like operating systems.
Exit Status.
To understand how conditional tests work, it’s important to know about how Unix works with what’s called the exit status. Whenever any program completes execution, it returns an exit status code to the shell. This status is a numeric value that indicates whether the program ran successfully or failed. By convention, an exit status of zero indicates that a program succeeded, and non-zero indicates that it failed, with different values indicating different kinds of failures.
Contents at a Glance.
Introduction.
1.A Quick Review of the Basics.
2.What Is the Shell?
3.Tools of the Trade.
4.And Away We Go.
5.Can I Quote You on That?
6.Passing Arguments.
7.Decisions, Decisions.
8.'Round and 'Round She Goes.
9.Reading and Printing Data.
10.Your Environment.
11.More on Parameters.
12.Loose Ends.
13.Rolo Revisited.
14.Interactive and Nonstandard Shell Features.
A Shell Summary.
B For More Information.
Index.
Бесплатно скачать электронную книгу в удобном формате, смотреть и читать:
Скачать книгу Shell Programming in Unix, Linux and OS X, Kochan S., Wood P., 2017 - fileskachat.com, быстрое и бесплатное скачивание.
Скачать pdf
Ниже можно купить эту книгу по лучшей цене со скидкой с доставкой по всей России.Купить эту книгу
Скачать - pdf - Яндекс.Диск.
Дата публикации:
Теги: Kochan :: Wood :: книги по программированию :: программирование :: книги на английском языке
Смотрите также учебники, книги и учебные материалы:
Следующие учебники и книги:
- Алгоритмы и структуры обработки информации, Курносов М.Г., Берлизов Д.М., 2019
- JavaScript для профессионалов, Резиг Д., Фергюсон Р., Пакстон Д., 2016
- Swift, Основы разработки приложений под iOS, Усов В., 2016
- Алгоритмы на Java, Седжвик Р., Уэйн К., 2013
Предыдущие статьи:
- Build an HTML5 Game, A Developers Guide with CSS and JavaScript, Bunyan K., 2015
- Introduction to Machine Learning with Python, Early Release, Mueller A.C., Guido S., 2016
- Программирование на языке С++ в среде Qt Creator, Алексеев Е.Р., Злобин Г.Г., Костюк Д.А., Чеснокова О.В., Чмыхало А.С., 2015
- Искусство программирования, том 1, Кнут Д.Э., 2001