Books written by Carl Albing

  • Bash Cookbook: Solutions and Examples for Bash Users

    man awk • http://www.faqs.org/faqs/computer-lang/awk/faq/ • Effective awk Programming by Arnold Robbins (O'Reilly) • sed & awk by Arnold Robbins and Dale Dougherty (O'Reilly). 7.12. Reversing. the. Words. on. Each. Line. problem.

  • bash Cookbook: Solutions and Examples for bash Users

    But beneath this simple promise lies a treacherous ocean of variations in Unix commands and standards. bash Cookbook teaches shell scripting the way Unix masters practice the craft.

  • Java Application Development on Linux

    Linux is the fastest-growing Java development platform because it saves money and time by serving as a platform for both development and deployment. But developers face significant platform-specific challenges when...

  • bash Cookbook: Solutions and Examples for bash Users

    1.13 Getting bash for Unix Problem You want to get bash for your Unix system, or you want to make sure you have the ... Tru64 Unix users can get sources and binaries for bash-2.05b from the HP/Compaq Tru64 Unix Open Source Software ...

  • Bash Cookbook: Solutions and Examples for Bash Users

    This cookbook provides more than 300 practical recipes for using bash, the popular Unix shell that enables you to harness and customize the power of any Unix or Linux system.

  • Bash Cookbook: Solutions and Examples for Bash Users

    You’ll learn ways to handle input/output, file manipulation, program execution, administrative tasks, and many other challenges. Each recipe includes one or more scripting examples and a discussion of why the solution works.

  • Bash Cookbook

    This book demonstrates shell scripting the way Unix masters practice the craft.

  • Bash Idioms

    Authors Carl Albing and JP Vossen show you how to use the power and flexibility of the shell to your advantage. You may know enough bash to get by, but this book will take your skills from manageable to magnificent.

  • Cybersecurity Ops with Bash: Attack, Defend, and Analyze from the Command Line

    This practical guide shows you how to use the CLI with the bash shell to perform tasks such as data collection and analysis, intrusion detection, reverse engineering, and administration.

  • bash Idioms

    ... five by five " [ g ] = " six " ) $ { myhash [ @ ] } - foolbar | baz | three four | five | by | five six | $ { myhash [ * ] } = foolbarbaz | threefour | five by five six | " $ { myhash [ @ ] } " = foolbaribazithree four fivel byl five ...