Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 142 Bytes

sed.rst

File metadata and controls

10 lines (7 loc) · 142 Bytes

Sed

Prepend string to file

sed -i '1s/^/some text that should be first\n/' /dir/file