]> Pileus Git - ~andy/sfvlug/blob - awk/src/sed-0-simplesed.sh
Add sed and awk presentation
[~andy/sfvlug] / awk / src / sed-0-simplesed.sh
1 #!/bin/bash
2
3 sed 's/AUTHOR/Andy Spencer/'
4
5 sed 's/AUTHOR/Andy Spencer/g'
6
7 sed -f script.sed