Skip to content

Latest commit

 

History

History
executable file
·
8 lines (6 loc) · 202 Bytes

README.md

File metadata and controls

executable file
·
8 lines (6 loc) · 202 Bytes

sed

Not really sed at the moment, but a tool that can be used to replace some string in all files that match a pattern.

cmd/sed 'XXX' 'YYY' './*/*.go'
cmd/sed -dryrun 'XXX' 'YYY' './*/*.go'