oldjamey
6/20/2013 - 7:08 AM

sed work in progress

sed work in progress

#!/bin/bash

cat "hello.txt" | sed -E '/src=".+"/ {
r boobs.txt
d
}
'