shopping cart
Save up to 30% on our Staff Picks
Call us:  800-878-7323 HELP
McAfee SECURE helps keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams.
Interviews | December 15, 2009

Jill Owens: IMG The Powells.com Interview with Eoin Colfer



eoincolferEoin Colfer is best known for his bestselling Artemis Fowl series, which inspires fanatical devotion in its fans. Entertainment Weekly raved: "The... Continue »
  1. $18.19 Sale Hardcover add to wish list

Ships free on qualified orders.
Add to Cart
$34.95
New Trade Paper
Ships in 1 to 3 days
Add to Wishlist
Qty Store Section
3 Beaverton Unix- Unix Enduser
25 Local Warehouse Unix- Unix Administration
6 Remote Warehouse Unix- Unix Administration
2 Technical Unix- Unix and Linux Shells

Other titles in the In a Nutshell series:

  1. .Net Windows Forms in a Nutshell with CDROM
  2. A+, Network+, Security+ Exams in a Nutshell: A Desktop Quick Reference
  3. ADO.NET in a Nutshell with CDROM
  4. Algorithms in a Nutshell
  5. AppleScript in a Nutshell
  6. Asp in a Nutshell 2ND Edition a Desktop Quick Re
  7. Asp.net in a Nutshell 2ND Edition
  8. Bluetooth in a Nutshell
  9. C in a Nutshell
  10. C# 3.0 in a Nutshell 3RD Edition
  11. C# 4.0 in a Nutshell: The Definitive Reference
  12. C# in a Nutshell 2ND Edition
  13. C++ in a Nutshell
  14. Cisco Ios in a Nutshell 2ND Edition
  15. Cocoa in a Nutshell
  16. Delphi in a Nutshell
  17. Dreamweaver in a Nutshell
  18. Excel 2000 in a Nutshell: A Power User's Quick Reference
  19. J2me in a Nutshell
  20. Java Enterprise in a Nutshell 2ND Edition
  21. Java Enterprise in a Nutshell 3RD Edition
  22. Java Examples in a Nutshell 3RD Edition
  23. Java Foundation Classes in a Nutshell
  24. Java in a Nutshell 4TH Edition
  25. Java in a Nutshell 5TH Edition
  26. Java Web Services in a Nutshell
  27. Jini in a Nutshell: A Desktop Quick Reference
  28. JXTA in a Nutshell
  29. Lingo in a Nutshell: A Desktop Quick Reference
  30. Linux in a Nutshell 5TH Edition
  31. Linux in a Nutshell 6TH Edition
  32. Linux Kernel in a Nutshell
  33. Lotus Domino Administration in a Nutshell: A Desktop Quick Reference
  34. Lpi Linux Certification in a Nutshel 2ND Edition
  35. LPI Linux Certification in a Nutshell
  36. Mac OS X in a Nutshell
  37. Mac OS X Panther in a Nutshell
  38. Mac OS X Tiger in a Nutshell
  39. MCSD in a Nutshell: The Visual Basic Exams
  40. MCSE Core Elective Exams in a Nutshell: Covers Exams 70-270, 70-297, and 70-298
  41. MCSE Core Required Exams in a Nutshell: The Required 70: 290, 291, 293 and 294 Exams
  42. MCSE in a Nutshell: The Windows 2000 Exams
  43. Mysql in a Nutshell
  44. Mysql in a Nutshell 2ND Edition
  45. Oracle in a Nutshell
  46. Outlook 2000 in a Nutshell: A Power User's Quick Reference
  47. Pc Hardware in a Nutshell 3RD Edition
  48. Perl in a Nutshell 2ND Edition
  49. PHP in a Nutshell
  50. Python in a Nutshell 2ND Edition
  51. R in a Nutshell
  52. R in a Nutshell
  53. Rails in a Nutshell
  54. Ruby in a Nutshell
  55. SCO Unix in a Nutshell
  56. Sql in a Nutshell 1ST Edition
  57. Sql in a Nutshell 2ND Edition
  58. Sql in a Nutshell 3RD Edition
  59. Statistics in a Nutshell: A Desktop Quick Reference
  60. TCL/TK in a Nutshell
  61. UML 2.0 in a Nutshell
  62. Uml in a Nutshell 1ST Edition
  63. Unix in a Nutshell (4TH 06 Edition)
  64. Unix in a Nutshell 3RD Edition Desktop Quick Ref
  65. Unix in a Nutshell 4TH Edition
  66. VB & VBA in a Nutshell
  67. VB.NET Core Classes in a Nutshell with CDROM
  68. Vbscript in a Nutshell 2ND Edition
  69. Visual Basic 2005 in a Nutshell 3RD Edition
  70. Web Design in a Nutshell 3RD Edition
  71. Webmaster in a Nutshell 3RD Edition
  72. Windows 2000 Administration in a Nutshell: A Desktop Quick Reference
  73. Windows 98 in a Nutshell
  74. Windows NT in a Nutshell
  75. Windows Server 2003 in a Nutshell
  76. Windows Vista in a Nutshell: A Desktop Quick Reference
  77. Word 2000 in a Nutshell: A Power User's Quick Reference
  78. Xaml in a Nutshell
  79. Xml in a Nutshell 3RD Edition

Learning the Bash Shell 3RD Edition

by Cameron Newham

Learning the Bash Shell 3RD Edition Cover

Synopses & Reviews

Publisher Comments:

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

Book News Annotation:

Unix and Linux programmers live and die by the shell, and the Bourne Again shell ("bash" for short) is amongst their favorites. Although this edition covers bash 3.0, the text starts from the beginning, giving new users the basics, such as defining what shells are and do. It proceeds to command-line editing, customizing, basic shell programming, flow control, command-line options and typed variables, input/output and command-line processing, process handling and debugging. For those with the need it also provides tips on administration, scripting and working with the archive feature.
Annotation ©2004 Book News, Inc., Portland, OR (booknews.com)

Synopsis:

Our bestselling book on bash is back for more

Product Details

ISBN:
9780596009656
Author:
Newham, Cameron
Publisher:
O'Reilly Media
Author:
Rosenblatt, Bill
Subject:
Operating Systems - UNIX
Subject:
User interfaces (computer systems)
Copyright:
Edition Number:
3
Edition Description:
O'Reilly
Series:
In a Nutshell
Publication Date:
March 2005
Binding:
Paperback
Language:
English
Illustrations:
Y
Pages:
333
Dimensions:
9.12x7.11x.76 in. 1.08 lbs.

Other books you might like

  1. $34.95 New Trade Paper add to wish list

    Classic Shell Scripting

    Arnold Robbins
  2. $34.95 New Trade Paper add to wish list

    Postfix

    Kyle D. Dent
  3. $9.95 Used Trade Paper add to wish list
  4. $34.50 Sale Trade Paper add to wish list
  5. $14.95 Used Trade Paper add to wish list
  6. $29.95 New Trade Paper add to wish list

Related Aisles

  • back to top

Powell's City of Books is an independent bookstore in Portland, Oregon, that fills a whole city block with more than a million new, used, and out of print books. Shop those shelves — plus literally millions more books, DVDs, and eBooks — here at Powells.com.