Hi,
> If I get this to work I have a problem, since I'm not so familiar
> with all the tools unix/linux has, I know there are commands to
> modify text files so alittle help is needed for putting a . infront
> of all lines in a text file. I know this is not the right place to
> ask this question, so I accept that there are no responses to this,
> though I would be grateful if I get a solution :-)
How about:
sed -e 's/^/./' < infile > outfile
HTH,
Neil.
-- Neil Hillard hillardn@whl.co.uk Westland Helicopters Ltd. http://www.whl.co.uk/ Disclaimer: This message does not necessarily reflect the views of Westland Helicopters Ltd.Received on Wed Mar 01 2006 - 04:29:40 MST
This archive was generated by hypermail pre-2.1.9 : Sat Apr 01 2006 - 12:00:03 MST