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

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?

Can Nodejs Ui Page Run Shell Cmd To Remote Machine And Run Script

Looking to run a shell command from nodejs ui webpage form. Form has one entry field for a 'ssh… Read more Can Nodejs Ui Page Run Shell Cmd To Remote Machine And Run Script

How Can I Extract Td From Html In Bash?

I am querying London postcode data from geonames: http://www.geonames.org/postalcode-search.html?q=… Read more How Can I Extract Td From Html In Bash?

How To Convert Linux's Shell Output To Html?

is there any way to convert bash output to html ? for example if I had some colorized output in bas… Read more How To Convert Linux's Shell Output To Html?

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

Appending The Contents Of A Unix Command To A Div Tag

I'm making a UNIX web-based terminal for learning purposes. So far I have made a text box and t… Read more Appending The Contents Of A Unix Command To A Div Tag

How Html Works In Awk Command In Shell Scripting?

I have a script called 'main.ksh' which returns 'output.txt' file and I am sending … Read more How Html Works In Awk Command In Shell Scripting?