Forum: Bash / Shell Scripting
Sep 2nd, 2009, 4:51 PM
|
|
Replies: 4
Views: 599
Hello, (name) Problem
#!/bin/bash
echo Hello, please say your name!
read test
echo Hello $test
exit 0
Well im currently trying to run this Script but when I run it on my shell this is the output.
Hello, please say your...
|
Forum: Bash / Shell Scripting
Sep 1st, 2009, 8:38 PM
|
|
Replies: 2
Views: 355
Quick Question
I have to write a shell script program for hello world.
Im quite new with shell scripting but I currently have a windows vista PC.
My question is how can I test my shell script program?
Any program...
|