Skip to product information
1 of 1

Unix in easy steps

Regular price $14.99
Regular price $14.99 Sale price $14.99
Sold out
Unix in Easy Steps instructs you how to use the BASH command-line interface and how to employ BASH's powerful programming abilities. Complete examples illustrate each aspect with colorized source ...
Read More
  • 27 May 2014
View Product Details

Unix in easy steps demonstrates how to get the most from any Unix-based operating system using the built-in BASH shell interpreter - the "Bourne Again SHell" (BASH). This is the default shell for Linux distributions (such as Ubuntu), Mac OS X, Solaris, and for the Raspbian operating system on Raspberry Pi devices.


This book will show you how to use the BASH command-line interface and how to employ BASH's powerful programming abilities. Complete examples illustrate each aspect with colourised source code and full-colour screenshots depict the actual output.


Unix in easy steps begins by demonstrating BASH commands for system navigation and file manipulation so you will quickly become familiar with the command-line interface. It explains all the BASH basics before moving on to describe advanced features such as:

  • Command history.
  • Command-line editing.
  • Environment customisation.

This book then introduces BASH programming with examples of flow control, command switches, input/output, job control, and program debugging - allowing you to create your own executable programs by copying the book's examples.


Unix in easy steps has an easy-to-follow style that will appeal to:

  • Users who are completely new to Unix-based operating systems.
  • Casual users who wish to expand their knowledge of their computer system.
  • Those who would like to learn programming skills by writing useful shell scripts.
  • The student who is studying programming at school or college.
  • Those seeking a career in computing and need a fundamental understanding of the BASH interpreter on Unix-based operating systems.
files/i.png Icon
Price: $14.99
Pages: 192
Publisher: In Easy Steps Limited
Imprint: In Easy Steps Limited
Series: In Easy Steps
Publication Date: 27 May 2014
Trim Size: 8.88 X 7.38 in
ISBN: 9781840786224
Format: Paperback
BISACs: COMPUTERS / Operating Systems / UNIX, Open source & other operating systems
REVIEWS Icon
Mike McGrath gained his extensive knowledge of computer languages while working as a developer contracting to companies around the world. Mike is an established In Easy Steps author with several guides to his credit including: C++; Javascript, Java, Linux, PHP, SQL and Visual Basic Express. He lives in Manchester, U.K.
  1. Getting started
  2. Managing files
  3. Handling text
  4. Editing commands
  5. Customizing environment
  6. Controlling behavior
  7. Performing operations
  8. Directing flow
  9. Employing functions
  10. Handy reference