Email List: Xaustin-group-lX
[All Lists]

[Online Pubs 0000175]: HTML problem in XCU7 sleep example]

To: austin-group-l@xxxxxxxxxxxxx
Subject: [Online Pubs 0000175]: HTML problem in XCU7 sleep example]
From: Scott Lurndal <scott@xxxxxxxxxxx>
Date: Sat, 31 Oct 2009 17:36:11 -0800
----- Forwarded message from Austin Group Bug Tracker <noreply@msnkbrown.net> 
-----

> while true
> do
>     command    sleep 37
> done
>
> should be formatted as
>
> while true
> do
>     command
>     sleep 37
> done


In this case, the 'command' command is a shell built-in which executes the
following arguments as a command.   The current formatting is correct.

scott

<Prev in Thread] Current Thread [Next in Thread>