Hi all, I am very new to Linux and I have a question.
How can I get a bash script to keep looping from the start "without" using any goto commands
for example my script has the following commands . . .
w
sleep 1
clear
. . . but then I want it to start all over again from the "w" command and keep doing so untill stop it.
Any assistance would be a real help to me
Thanks
Darren