GNU SED



Download free course GNU SED, pdf file on 100 pages by Sundeep Agarwal.
The book heavily leans on examples to present features of sed as well as regular expressions one by one. It is recommended that you manually type each example and experiment with them. Understanding both the nature of sample input string and the output produced is essential.

You should have prior experience working with command line and bash shell, should know concepts like file redirection, command pipeline and so on.

Table of contents

  • In-place file editing
  • Selective editing
  • BRE/ERE Regular Expressions
  • Flags
  • Shell substitutions
  • z, s and f command line options
  • append, change, insert
  • Adding content from file
  • Control structures
  • Processing lines bounded by distinct markers
  • Gotchas and Tricks
Pages : 100
Size : 0.7 MB
File type : PDF
Downloads: 49
Created: 2022-02-02
License: CC BY-NC-SA
Author(s): Sundeep Agarwal
GNU SED

Warning: Trying to access array offset on false in /home/tutovnfz/public_html/article.php on line 233

Others Computer science Tutorials

Go Succinctly

Ionic Succinctly

Peer Participation and Software

HackSpace Magazine: Issue 46

Re-engineering the Uptake of ICT in Schools

Others related eBooks about GNU SED

Software for Exascale Computing - SPPEXA 2016-2019

Download free course Software for Exascale Computing - SPPEXA 2016-2019, pdf file on 624 pages by Hans-Joachim Bungartz, Severin Reiz, Benjamin Uekermann, Philipp Neumann, Wolfgang E. Nagel....

Pro Git, 2nd Edition

Pro Git (2nd Edition) is your fully-updated guide to Git and its usage in the modern world..., download free Git tutorial in PDF (456 pages) created by Scott Chacon ....

Robotic Process Automation Succinctly

Download free course Robotic Process Automation Succinctly, pdf file on 94 pages by Ed Freitas....

Enterprise Cloud Strategy

Enterprise Cloud Strategy - Guidance for enterprises looking for proven methods to take th..., download free Cloud tutorial in PDF (156 pages) created by Barry Briggs ....

Cyber Security Planning Guide

The cybersecurity action plan is a critical element of cybersecurity readiness. This tutorial explains what goes into these plans and how to start one....

SAT/SMT by Example

Download free course SAT/SMT by Example, pdf file on 585 pages by Dennis Yurichev....

Objective-C Notes for Professionals

Download free course Objective-C Notes for Professionals, pdf file on 128 pages by Stack Overflow Community....

iOS App Reverse Engineering

This book is the world's first book of very detailed iOS App reverse engineering skills, targeting 4 kinds of readers:...

Xamarin.Forms for macOS Succinctly

Download free course Xamarin.Forms for macOS Succinctly, pdf file on 122 pages by Alessandro Del Sole....

Category Theory for Programmers

In this book, the author illustrates all major concepts of Category Theory using computer code. You are probably aware that functional languages are closer to math than the more popular imperative languages. They also offer more abstracting power. So a natural temptation would be to say: You must le...