Re: perl or bash question [convert strings in a txt to html links]

2010-02-28 Thread Jari Fredriksson
On 27.2.2010 19:12, Vadkan Jozsef wrote: How can I do that in bash or perl, that I have a txt file, e.g.: $cat file.txt Hi, this is the content of the txt file, that contains links like this: http://www.somewhere.it/, and it could contain: http://somewhere.com, etc.. This is the second

perl or bash question [convert strings in a txt to html links]

2010-02-27 Thread Vadkan Jozsef
How can I do that in bash or perl, that I have a txt file, e.g.: $cat file.txt Hi, this is the content of the txt file, that contains links like this: http://www.somewhere.it/, and it could contain: http://somewhere.com, etc.. This is the second line, that doesn't contains links.. .. This is the

Re: perl or bash question [convert strings in a txt to html links]

2010-02-27 Thread Kelly Clowers
On Sat, Feb 27, 2010 at 09:12, Vadkan Jozsef jozsi.avad...@gmail.com wrote: How can I do that in bash or perl, that I have a txt file, e.g.: $cat file.txt Hi, this is the content of the txt file, that contains links like this: http://www.somewhere.it/, and it could contain:

Re: perl or bash question [convert strings in a txt to html links]

2010-02-27 Thread Tony van der Hoff
On 27/02/10 17:12, Vadkan Jozsef wrote: How can I do that in bash or perl, that I have a txt file, e.g.: $cat file.txt Hi, this is the content of the txt file, that contains links like this: http://www.somewhere.it/, and it could contain: http://somewhere.com, etc.. This is the second line,