[CentOS] escape .c files to html code with bash how?

2010-10-18 Thread Jozsef Vadkan
i need to encode .c files to html, like on this website: http://centricle.com/tools/html-entities/ i tried to write a bash script for it: http://pastebin.com/raw.php?i=mZKAw4c5 but it's not working very well :D does anyone has a script, that does this? thank you :\

Re: [CentOS] escape .c files to html code with bash how?

2010-10-18 Thread m . roth
Jozsef Vadkan wrote: i need to encode .c files to html, like on this website: http://centricle.com/tools/html-entities/ i tried to write a bash script for it: http://pastebin.com/raw.php?i=mZKAw4c5 but it's not working very well :D does anyone has a script, that does this? I don't

Re: [CentOS] escape .c files to html code with bash how?

2010-10-18 Thread Bowie Bailey
On 10/18/2010 12:34 PM, Jozsef Vadkan wrote: i need to encode .c files to html, like on this website: http://centricle.com/tools/html-entities/ i tried to write a bash script for it: http://pastebin.com/raw.php?i=mZKAw4c5 but it's not working very well :D does anyone has a script, that