The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com



View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 02-09-2006
iStealMusic iStealMusic is offline
Registered User
  
 

Join Date: Feb 2006
Posts: 1
why doesn't this script work on my home computer?

Now it could be as simple as at work I use tsch, and at home it is bash.

Warning, first post and I am a complete newbie to unix.

At work, I use a simple script for updating a window when I am watching to see how a render is doing...

while 1
echo ---------------------------
echo
ls -lrth
echo
sleep 5
end

So I thought I would try the script on my home Mac. But nothing seems to happen. What would the problem be?

Thanks.