Books written by JP Vossen

  • 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.

  • 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

    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 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.

  • 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 ...