This option will reset the home page of this site. Restoring any closed widgets or categories.

Reset

Posts Tagged ‘unix’


Page 1 of 11

Shell Scripts Part 1

Here is a simple shell script to start with, #!/bin/sh MY_MESSAGE="Hello World" echo $MY_MESSAGE This assigns the string “Hello World” to the variable MY_MESSAGE then echoes out the value of the variable. Note that we need the quotes around the string Hello World. Whereas we... (Continue reading)

Tagged with:         

Page 1 of 11