Hi,
I have a file below :
line1
line2
line3
And I want to get
prefixline1
prefixline2
prefixline3
I could write a ruby script but it is better if I don't need to.
EDIT:
prefix
will contains /
, it is a path , /opt/workdir/
for example.