<?xml version="1.0" encoding="windows-1252"?>
<node id="177925" title="Re: Re: Re: Basic Input and Output" created="2002-06-28 00:30:28" updated="2005-07-28 19:36:37">
<type id="11">
note</type>
<author id="961">
Anonymous Monk</author>
<data>
<field name="doctext">
I think this is *x system.

The "Ctrl+Z" is mapped to the suspend signal (SIGTSTP).
This suspends the execution of the program. You can restart the execution of the program by :
fg %1 (if this is the first task to be suspended).

Actually, "Ctrl+Z" does not bring you out of the while loop. On starting it again, you will still be inside the while loop.
You will have to press "Ctrl+D" to come out of the loop. 
</field>
<field name="root_node">
955</field>
<field name="parent_node">
132116</field>
<field name="reputation">
1</field>
</data>
</node>
