Skip to content Skip to sidebar Skip to footer
Showing posts with the label Shell

Html In Unix Shell Scripting With Sequential Output

I have a script called 'main.ksh' which returns 'output.txt' file and I am sending … Read more Html In Unix Shell Scripting With Sequential Output

Send Email From Linux Server As Html - Content Type And Html Tags Also Visible In Email

I am trying to send an email as html. #!/bin/sh #MAIL_LIST='gangadhar.n@xx.com' MAIL_SEND… Read more Send Email From Linux Server As Html - Content Type And Html Tags Also Visible In Email

HTML In Unix Shell Scripting With Sequential Output

I have a script called 'main.ksh' which returns 'output.txt' file and I am sending … Read more HTML In Unix Shell Scripting With Sequential Output

Why Is My Perl Replace Not Working?

I have the following perl search and replace : With Escapes : perl -pi -w -e 's/ onclick=\'… Read more Why Is My Perl Replace Not Working?