Book description
Useful and fun Linux, UNIX, and Mac OS X shell scripts.
Publisher resources
Table of contents
- Cover
- Title Page
- Copyright Page
- About the Authors
- About the Technical Reviewer
- Brief Contents
- Contents in Detail
- Acknowledgments for the First Edition
- Acknowledgments for the Second Edition
- Introduction
- Chapter 0: A Shell Scripts Crash Course
-
Chapter 1: The Missing Code Library
- What Is POSIX?
- #1 Finding Programs in the PATH
- #2 Validating Input: Alphanumeric Only
- #3 Normalizing Date Formats
- #4 Presenting Large Numbers Attractively
- #5 Validating Integer Input
- #6 Validating Floating-Point Input
- #7 Validating Date Formats
- #8 Sidestepping Poor echo Implementations
- #9 An Arbitrary-Precision Floating-Point Calculator
- #10 Locking Files
- #11 ANSI Color Sequences
- #12 Building a Shell Script Library
- #13 Debugging Shell Scripts
- Chapter 2: Improving on User Commands
- Chapter 3: Creating Utilities
- Chapter 4: Tweaking Unix
-
Chapter 5: System Administration: Managing Users
- #35 Analyzing Disk Usage
- #36 Reporting Disk Hogs
- #37 Improving the Readability of df Output
- #38 Figuring Out Available Disk Space
- #39 Implementing a Secure locate
- #40 Adding Users to the System
- #41 Suspending a User Account
- #42 Deleting a User Account
- #43 Validating the User Environment
- #44 Cleaning Up After Guests Leave
- Chapter 6: System Administration: System Maintenance
-
Chapter 7: Web and Internet Users
- #53 Downloading Files via FTP
- #54 Extracting URLs from a Web Page
- #55 Getting GitHub User Information
- #56 ZIP Code Lookup
- #57 Area Code Lookup
- #58 Keeping Track of the Weather
- #59 Digging Up Movie Info from IMDb
- #60 Calculating Currency Values
- #61 Retrieving Bitcoin Address Information
- #62 Tracking Changes on Web Pages
- Chapter 8: Webmaster Hacks
- Chapter 9: Web and Internet Administration
- Chapter 10: Internet Server Administration
- Chapter 11: OS X Scripts
- Chapter 12: Shell Script Fun and Games
- Chapter 13: Working with the Cloud
- Chapter 14: Imagemagick and Working with Graphics Files
- Chapter 15: Days and Dates
- Appendix A: Installing Bash on Windows 10
- Appendix B: Bonus Scripts
- Index
- Resources
- 101 Time-Saving, Problem-Solving Shell Scripts
- Footnote
Product information
- Title: Wicked Cool Shell Scripts, 2nd Edition
- Author(s):
- Release date: October 2016
- Publisher(s): No Starch Press
- ISBN: 9781593276027
You might also like
book
Classic Shell Scripting
Shell scripting skills never go out of style. It's the shell that unlocks the real potential …
video
Bash Shell Scripting, 2nd Edition
8 Hours of Video Instruction Overview Bash is the best way for you to efficiently and …
book
Effective awk Programming, 4th Edition
This practical guide serves as both a reference and tutorial for POSIX-standard awk and for the …
book
bash Idioms
Shell scripts are everywhere, especially those written in bash-compatible syntax. But these scripts can be complex …