Vai al contenuto principale della pagina

Working With Grep, Sed, and Awk Pocket Primer



(Visualizza in formato marc)    (Visualizza in BIBFRAME)

Autore: Campesato Oswald Visualizza persona
Titolo: Working With Grep, Sed, and Awk Pocket Primer Visualizza cluster
Pubblicazione: Mercury Learning and Information, 2023
Edizione: 1st ed.
Descrizione fisica: 1 online resource (265 p.)
Disciplina: 5.5200000000
Soggetto topico: COMPUTERS / Programming Languages / Java
COMPUTERS / Data Processing
COMPUTERS / Databases / Data Mining
Sommario/riassunto: 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.
Titolo autorizzato: Working With Grep, Sed, and Awk Pocket Primer  Visualizza cluster
ISBN: 9781501518232
1501518232
Formato: Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione: Inglese
Record Nr.: 9911007281703321
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Serie: Pocket Primer Series