brpaz
1/1/2015 - 6:35 PM

Prepend a string to the beginning of each line in a file #bash #aws #string (From: http://stackoverflow.com/questions/13586349/how-can-i-pre

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