Prepend a string to the beginning of each line in a file #bash #aws #string (From: http://stackoverflow.com/questions/13586349/how-can-i-prepend-a-string-to-the-beginning-of-each-line-in-a-file
awk '{print "prefix" $0}' file