shopping cart
Call us:  800-878-7323 HELP
McAfee SECURE helps keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams.
Original Essays | June 27, 2009

Fran Cannon Slayton: IMG On Wakes and Rum (and Coke)



"Unfortunately, I've been to my fair share of wakes." Continue »
  1. $11.89 Sale Hardcover add to wish list

    When the Whistle Blows

    Fran Cannon Slayton

Ships free on qualified orders.
$34.95
TRADE PAPER, NEW
Ships in 1 to 3 days
Add to Wishlist
Qty Store Section
3 Beaverton Unix- Unix Enduser
12 Local Warehouse Unix- Unix Administration
5 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# in a Nutshell 2ND Edition
  12. C++ in a Nutshell
  13. Cisco Ios in a Nutshell 2ND Edition
  14. Cocoa in a Nutshell
  15. Delphi in a Nutshell
  16. Dreamweaver in a Nutshell
  17. Excel 2000 in a Nutshell: A Power User's Quick Reference
  18. J2me in a Nutshell
  19. Java Enterprise in a Nutshell 2ND Edition
  20. Java Enterprise in a Nutshell 3RD Edition
  21. Java Examples in a Nutshell 3RD Edition
  22. Java Foundation Classes in a Nutshell
  23. Java in a Nutshell 5TH Edition
  24. Java Web Services in a Nutshell
  25. Jini in a Nutshell: A Desktop Quick Reference
  26. JXTA in a Nutshell
  27. Lingo in a Nutshell: A Desktop Quick Reference
  28. Linux in a Nutshell 5TH Edition
  29. Linux Kernel in a Nutshell
  30. Lotus Domino Administration in a Nutshell: A Desktop Quick Reference
  31. Lpi Linux Certification in a Nutshel 2ND Edition
  32. Mac OS X in a Nutshell
  33. Mac OS X Panther in a Nutshell
  34. Mac OS X Tiger in a Nutshell
  35. MCSD in a Nutshell: The Visual Basic Exams
  36. MCSE Core Elective Exams in a Nutshell: Covers Exams 70-270, 70-297, and 70-298
  37. MCSE Core Required Exams in a Nutshell: The Required 70: 290, 291, 293 and 294 Exams
  38. MCSE in a Nutshell: The Windows 2000 Exams
  39. Mysql in a Nutshell
  40. Mysql in a Nutshell 2ND Edition
  41. Net Attributes in a Nutshell
  42. Oracle in a Nutshell
  43. Outlook 2000 in a Nutshell: A Power User's Quick Reference
  44. Pc Hardware in a Nutshell 3RD Edition
  45. Perl in a Nutshell 2ND Edition
  46. PHP in a Nutshell
  47. Python in a Nutshell 2ND Edition
  48. R in a Nutshell
  49. Ruby in a Nutshell
  50. SCO Unix in a Nutshell
  51. Sql in a Nutshell 1ST Edition
  52. Sql in a Nutshell 2ND Edition
  53. Sql in a Nutshell 3RD Edition
  54. Statistics in a Nutshell: A Desktop Quick Reference
  55. TCL/TK in a Nutshell
  56. UML 2.0 in a Nutshell
  57. Uml in a Nutshell 1ST Edition
  58. Unix in a Nutshell 3RD Edition Desktop Quick Ref
  59. Unix in a Nutshell 4TH Edition
  60. VB & VBA in a Nutshell
  61. VB.NET Core Classes in a Nutshell with CDROM
  62. Vbscript in a Nutshell 2ND Edition
  63. Visual Basic 2005 in a Nutshell 3RD Edition
  64. Web Design in a Nutshell 2ND Edition
  65. Web Design in a Nutshell 3RD Edition
  66. Webmaster in a Nutshell 3RD Edition
  67. Windows 2000 Administration in a Nutshell: A Desktop Quick Reference
  68. Windows 98 in a Nutshell
  69. Windows NT in a Nutshell
  70. Windows Server 2003 in a Nutshell
  71. Windows Vista in a Nutshell: A Desktop Quick Reference
  72. Windows XP in a Nutshell
  73. Word 2000 in a Nutshell: A Power User's Quick Reference
  74. Xaml in a Nutshell
  75. 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.22x7.22x.91 in. 1.23 lbs.

Other books you might like

  1. $19.25 Used Trade Paper add to wish list

    Sed & Awk 2ND Edition

    Dale Dougherty
  2. $9.95 Used Trade Paper add to wish list
  3. $17.95 New Trade Paper add to wish list
  4. $12.00 Used Hardcover add to wish list
  5. $19.95 Used Trade Paper add to wish list

    Learning PHP 5

    David Sklar
  6. $19.95 Used Hardcover 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.