prepend

BASH: Prepend A Text / Lines To a File

by Vivek Gite on August 23, 2008 · 28 comments

Q. I can append text to a file using >> operator but how do I prepend a text to a file? I want the opposit of >> operation?

{ 28 comments }