Bash Command Line and Shell Scripts Pocket Primer
Author | : Oswald Campesato |
Publisher | : |
Total Pages | : 200 |
Release | : 2020-05-30 |
ISBN-10 | : 1683925041 |
ISBN-13 | : 9781683925040 |
Rating | : 4/5 (41 Downloads) |
Download or read book Bash Command Line and Shell Scripts Pocket Primer written by Oswald Campesato and published by . This book was released on 2020-05-30 with total page 200 pages. Available in PDF, EPUB and Kindle. Book excerpt: As part of the best-selling PocketPrimerseries, this book is designed tointroduce readers to an assortment of powerful command-line utilities that canbe combined to create simple, yet powerful shell scripts. While all examplesand scripts use the "bash" command set, many of the concepts translate intoother command shells (such as sh, ksh,zsh, and csh), including the concept of piping data between commands, regular expression substitution, and the sed and awk commands. Aimed at a reader relatively new to working in a bash environment, the book is comprehensive enough to be a good reference and teach a few new techniques to those who already have some experience with creating shell scripts. It contains a variety of code fragments and shell scripts for data scientists, data analysts, and other people who want shell-based solutions to"clean" various types of text files. In addition, the concepts and code samplesin this book are useful for people who want to simplify routine tasks. Features: Takes introductory concepts and commands in bash, and then demonstrates their uses in simple yet powerful shell scripts Contains a variety of code fragments and shell scripts for data scientists, data analysts, and other people who wantshell-based solutions to "clean" various types of text files