Here is an example of infinite loop using while in shell ksh in AIX
while true
do
echo "Hello world!"
sleep 5
done
Radek's blog about server systems like Windows, UNIX, LINUX, DB (Oracle, MySQL, MS SQL), SAN, Virtualization and backup (TSM, Data Protector).
No comments:
Post a Comment