sed

Downloading all related videos from youtube with youtube-dl

2010/05/16

How many time did you want to see all the videos (related) to the one you were watching on youtube but decided otherwise as the downloaded was not fast enough. Or has it happened to you that you …

Advanced Sed Substitution Examples

2010/04/11

This article is part of the on-going Unix Sed Tips and Tricks series. In our previous sed articles we learned — sed printing, sed deletion, sed substitute , sed file write, and sed multiple commands. …

Quick tip to change parameters in different files

2010/03/16

The above command is very useful to change certain regular expressions in couple of files in one directory. This can be used in variety of ways to achieve a lot of things which would normally take …

Seders\’s grab bag – Tutorials

2010/01/24

<a href="http://sed.sourceforge.net/grabbag/tutorials/">http://sed.sourceforge.net/grabbag/tutorials/ […] <a …

sed tutorial and help

2010/01/21

A very nice turorial and help <a href="http://sed.sourceforge.net/grabbag/tutorials/">here.

Display a block of text with delineated by a start pattern and an end pattern

2009/12/18

Taken idea from commandlinefu.com The command will display a segment from the file from the start pattern to the end pattern. function viewsegment() { tail -n +`fgrep -n -m 1 “$1” $3 | …


This website uses cookies to ensure you get the best experience on our website. Learn more Got it