SyntaxFix
Write A Post
Hire A Developer
Questions
I prefer echo. using pure bash:
echo
cat file | while read line; do echo ${line}$string; done