Working with grep, sed, and awk Pocket Primer (inbunden)
Fler böcker inom
Format
E-bok
Filformat
PDF med LCP-kryptering (0.0 MB)
Om LCP-kryptering
PDF-böcker lämpar sig inte för läsning på små skärmar, t ex mobiler.
Nedladdning
Kan laddas ned under 24 månader, dock max 6 gånger.
Språk
Engelska
Antal sidor
265
Utgivningsdatum
2023-06-13
Förlag
De Gruyter
ISBN
9781501518232

Working with grep, sed, and awk Pocket Primer E-bok

E-bok (PDF, LCP),  Engelska, 2023-06-13
650
Läs i Bokus Reader för iOS och Android
Finns även som
Visa alla 3 format & utgåvor
The goal of this book is to introduce readers to three powerful command line utilities that can be combined to create simple yet powerful shell scripts for performing a multitude of tasks. The code samples and scripts use the bash shell, and typically involve very small text files so that you can focus on understanding the features of grep, sed, and awk. In the simplest terms, grep (global regular expression print) will search input files in data for certain words or word patterns and print the lines that match it. sed is useful for changing or modifying data. Awk is a programming language also used for searching a data file for certain patterns, but can also perform certain tasks on the pattern matches it finds. 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 tricks to those who already have some experience with these command line utilities. Designed for readers relatively new to working in a bash environment Introduces readers to three powerful command line utilities that can be combined to create simple yet powerful shell scripts for performing a multitude of tasks

Kundrecensioner

Har du läst boken? Sätt ditt betyg »

Fler böcker av Oswald Campesato