rewind

Return the file to the last position marked.

Syntax

rewind

Comments

Resets the current file pointer to the position last indicated using set mark.

Example

set mark  			// position B
qfind "MARKER"  		// look for a marker
read longname  		// read in a string
rewind  			// position B