How do i repeate a unix command ever 5 seconds?
Linux seems to have the watch command.
What command does mac os x terminal have?
Tried to type this in termial:
mac $ while [ "1" = "1" ] ; do ; id ; done
-bash: syntax error near unexpected token `;'
Robert
iMac G3 600, Mac OS X (10.4.11)