ACM@UIUC TIL logo ACM@UIUC TIL

Nifty snippet to preappend a string to all files in a directory

sed -i '1i STRING_TO_PREAPPEND' *