<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Command Line on Brave New Geek</title><link>https://bravenewgeek.com/tag/command-line/</link><description>Recent content in Command Line on Brave New Geek</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 01 Jan 2013 03:26:10 -0600</lastBuildDate><atom:link href="https://bravenewgeek.com/tag/command-line/index.xml" rel="self" type="application/rss+xml"/><item><title>He Sed, She Sed</title><link>https://bravenewgeek.com/he-sed-she-sed/</link><pubDate>Tue, 01 Jan 2013 03:26:10 -0600</pubDate><guid>https://bravenewgeek.com/he-sed-she-sed/</guid><description>&lt;p&gt;Shortly after switching to GitHub, I decided to relicense Infinitum from GNU LGPL to Apache License 2.0. There aren’t really any implications except one: replacing the license and copyright header in every source file.&lt;/p&gt;
&lt;p&gt;I’m far from being a Unix expert (more like amateur at best), but I figured &lt;a href="http://en.wikipedia.org/wiki/Sed"&gt;sed&lt;/a&gt; would be the quickest and easiest way to do this. Sed is a Unix utility for processing text streams, and it allows you to replace string patterns in files. A simple string replacement using sed is quite easy:&lt;/p&gt;</description></item></channel></rss>