Документ взят из кэша поисковой машины. Адрес оригинального документа : http://lib.mexmat.ru/books/19269
Дата изменения: Unknown
Дата индексирования: Sun Apr 10 09:26:42 2016
Кодировка: Windows-1251
Newham C., Rosenblatt B. - Learning the bash Shell :: Электронная библиотека попечительского совета мехмата МГУ
 
Главная    Ex Libris    Книги    Журналы    Статьи    Серии    Каталог    Wanted    Загрузка    ХудЛит    Справка    Поиск по индексам    Поиск    Форум   
blank
blank
Поиск по указателям

blank
blank
blank
Красота
blank
Newham C., Rosenblatt B. - Learning the bash Shell
Newham C., Rosenblatt B. - Learning the bash Shell

Читать книгу
бесплатно

Скачать книгу с нашего сайта нельзя

Обсудите книгу на научном форуме



Нашли опечатку?
Выделите ее мышкой и нажмите Ctrl+Enter


Название: Learning the bash Shell

Авторы: Newham C., Rosenblatt B.

Аннотация:

O'Reilly's bestselling book on Linux's bash shell is at it again. Now that Linux is an established player both as a server and on the desktop Learning the bash Shell has been updated and refreshed to account for all the latest changes. Indeed, this third edition serves as the most valuable guide yet to the bash shell. As any good programmer knows, the first thing users of the Linux operating system come face to face with is the shell the UNIX term for a user interface to the system. In other words, it's what lets you communicate with the computer via the keyboard and display. Mastering the bash shell might sound fairly simple but it isn't. In truth, there are many complexities that need careful explanation, which is just what Learning the bash Shell provides. If you are new to shell programming, the book provides an excellent introduction, covering everything from the most basic to the most advanced features. And if you've been writing shell scripts for years, it offers a great way to find out what the new shell offers. Learning the bash Shell is also full of practical examples of shell commands and programs that will make everyday use of Linux that much easier. With this book, programmers will learn:

* How to install bash as your login shell
* The basics of interactive shell use, including UNIX file and directory structures, standard I/O, and background jobs
* Command line editing, history substitution, and key bindings
* How to customize your shell environment without programming
* The nuts and bolts of basic shell programming, flow control structures, command-line options and typed variables
* Process handling, from job control to processes, coroutines and subshells
* Debugging techniques, such as trace and verbose modes
* Techniques for implementing system-wide shell customization and features related to system security


Язык: en

Рубрика: Технология/

Статус предметного указателя: Готов указатель с номерами страниц

ed2k: ed2k stats

Издание: 3rd

Год издания: 2005

Количество страниц: 352

Добавлена в каталог: 04.03.2007

Операции: Положить на полку | Скопировать ссылку для форума | Скопировать ID
blank
Предметный указатель
! (exclamation point)      
! (exclamation point), != (not equal to operator)      
! (exclamation point), != (string comparison operator)      
! (exclamation point), conditional not operator      
! (exclamation point), debugger command      
! (exclamation point), environment variable      
! (exclamation point), event designators      
! (exclamation point), extended pattern-matching operator      
! (exclamation point), logical not operator      
! (exclamation point), negation operator      
! (exclamation point), negation wildcard      
! (exclamation point), process ID shell variable      
" (double quotes)      
" (double quotes), arithmetic expressions in
" (double quotes), around shell variables
" (double quotes), around special characters
" (double quotes), backslash preceding
" (double quotes), command line processing of
# (hash mark)      
# (hash mark), ## (pattern-matching operator)      
# (hash mark), array element length operator      
# (hash mark), comments      
# (hash mark), environment variable      2nd
# (hash mark), length operator      
# (hash mark), pattern-matching operator      2nd
# (hash mark), prepend comment, vi      
# (hash mark), printf flag      
$ (dollar sign)      
$ (dollar sign), environment variable      
$ (dollar sign), variable substitution      2nd 3rd
$ (dollar sign), vi command      2nd
$ (dollar sign), word designator      
$0 positional parameter      
$1 positional parameter      
$2 positional parameter      
$3 positional parameter      
$else directive, readline      
$endif directive, readline      
$if directive, readline      
% (percent sign)      
% (percent sign), %% (job most recently put in background)      
% (percent sign), %% (pattern-matching operator)      2nd
% (percent sign), %+ (job most recently put in background)      
% (percent sign), %- (job second-most recently put in background)      
% (percent sign), %? (job containing string)      
% (percent sign), job numbers      
% (percent sign), modulus operator      
% (percent sign), pattern-matching operator      
% (percent sign), printf format specifiers      2nd
% (percent sign), word designator      
& (ampersand)      
& (ampersand), && (logical and operator)      2nd 3rd
& (ampersand), &\\> (output and error redirection)
& (ampersand), bitwise and operator
& (ampersand), running commands in background      2nd
' (single quotes)      
' (single quotes), around special characters      
' (single quotes), command line processing of      
' (single quotes), enclosing RETURN      
' (single quotes), in alias definition      
' (single quotes), when to use      
( ) (parentheses)      
( ) (parentheses), ((...)) (arithmetic test)      2nd 3rd
( ) (parentheses), command substitution      
( ) (parentheses), grouping conditional operators      
( ) (parentheses), in arithmetic expressions      
( ) (parentheses), nested subshells      
(dollar sign), $$ (shell variable)      
(dollar sign), $((...)) (arithmetic expressions)      
(dollar sign), $((...)) (arithmetic test)      
* (asterisk)      
* (asterisk), ** (exponentiation operator)      
* (asterisk), environment variable      2nd 3rd
* (asterisk), extended pattern-matching operator      
* (asterisk), multiplication operator      
* (asterisk), pattern-matching operator      
* (asterisk), special array index      
* (asterisk), textual completion, vi      
* (asterisk), wildcard      
* (asterisk), word designator      
+ (plus sign)      
+ (plus sign), ++ (increment operator)   &nb