Narrow your search

Library

EhB (2)

KU Leuven (2)

LUCA School of Arts (2)

Odisee (2)

Thomas More Kempen (2)

Thomas More Mechelen (2)

UCLL (2)

ULB (2)

ULiège (2)

VIVES (2)

More...

Resource type

book (4)

digital (1)


Language

English (5)


Year
From To Submit

2010 (1)

2009 (1)

2005 (3)

Listing 1 - 5 of 5
Sort by
Shell scripting recipes : a problem-solution approach
Author:
ISBN: 1280657006 9786610657001 1430200243 1590594711 9781280657009 9781430200246 Year: 2005 Publisher: Berkeley, CA : New York, N.Y. : Apress ; Distributed to the book trade in the U.S. by Springer-Verlag,

Loading...
Export citation

Choose an application

Bookmark

Abstract

This book is geared towards any Unix user who doesn't want to spend time creating or testing shell scripts. Instead, Shell Scripting Recipes dissects and explains over 150 much-needed and practical real-world examples, and then shows the reader how and when to appropriately use them. Because most scripts found in this book are POSIX (Portable Operating System Interface)-compliant, they are supported by many of the major shell variants, including Bash, ksh and sh, among others. File conversion, system administration, and resource monitoring are just a few of the topics covered in this highly practical shell scripting reference.


Digital
Shell Scripting Recipes : A Problem-Solution Approach
Author:
ISBN: 9781430200246 Year: 2005 Publisher: Berkeley, CA Apress, Inc

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Pro Bash programming : scripting the GNU/Linux shell
Authors: ---
ISBN: 1430219971 9786612833083 143021998X 1282833081 9781282833081 9781430219989 Year: 2009 Publisher: New York : New York : Apress ; Distributed to the Book trade in the United States by Springer-Verlag,

Loading...
Export citation

Choose an application

Bookmark

Abstract

The bash shell is a complete programming language, not merely a glue to combine external Linux commands. By taking full advantage of shell internals, shell programs can perform as snappily as utilities written in C or other compiled languages. And you will see how, without assuming Unix lore, you can write professional bash 4.0 programs through standard programming techniques. Complete bash coverage Teaches bash as a programming language Helps you master bash 4.0 features.


Book
Pro Bash Programming : Scripting the GNU/Linux Shell
Authors: ---
ISBN: 9781430219989 9781430222453 9781430219972 Year: 2010 Publisher: Berkeley CA Apress

Loading...
Export citation

Choose an application

Bookmark

Abstract

Introduction Although most users think of the shell as an interactive command interpreter, it is really a programming language in which each statement runs a command. Because it must satisfy both the interactive and programming aspects of command execution, it is a strange language, shaped as much by history as by design. Brian Kernighan and Rob Pike, The UNIX Programming Environment, Prentice-Hall, 1984 The shell is a programming language. Don't let anyone tell you otherwise. The shell is not just glue that sticks bits together. The shell is a lot more than a tool that runs other tools. The shell is a complete programming language! When a Linux user asked me about membership databases, I asked him what he really needed. He wanted to store names and addresses for a couple of hundred members and print mailing labels for each of them. I recommended using a text editor to store the information in a text file, and I provided a shell script to create the labels in PostScript. (The script, ps-labels, appeared in my first book, Shell Scripting Recipes: A Problem-Solution Approach. ) When the SWEN worm was dumping hundreds of megabytes of junk into my mailbox every few minutes, I wrote a shell script to filter them out on the mail server and download the remaining mail to my home computer. That script has been doing its job for several years.


Book
Shell Scripting Recipes : A Problem-Solution Approach
Authors: ---
ISBN: 9781430200246 Year: 2005 Publisher: Berkeley CA Apress

Loading...
Export citation

Choose an application

Bookmark

Abstract

When I was introduced to Unix in 1990, it was still the domain of multiuser systems and high-end workstations. Even the i386 system I started with had 12 users logging on concurrently through serial terminals. I had remote access through a blazingly fast 1200 bps modem. Things were changing by the mid-1990s, when systems using the Linux kernel, integrated with GNU utilities and the X Window System, provided a viable alternative to Microsoft Windows. At the same time, computers with the power, memory, and hard drive space to run it came within reach of an individual's pocketbook. The Internet brought fast and efficient distribution of the new systems and software (and enabled their development in the first place). Unix had arrived on the home computer. The twenty-first century has seen the burgeoning of a new breed of Unix user: the home (or small business) user whose computer experience was previously limited, at most, to Microsoft Windows. Such computers may well be used by only one person. This modern user quite likely has no intention of becoming a system administrator, and just wants to use the computer with as little fuss as possible.

Listing 1 - 5 of 5
Sort by