[net.unix-wizards] sdb and setbuf

veach (12/08/82)

Removing the 

	setbuf(stdout,NULL);
	setbuf(stderr,NULL);
	
from sdb will make it run faster.... it will all so make

sdb file | tee save

fail because the output will not appear until 512 characters
get in the output buffer.



	Michael T. Veach
	  ihuxl!veach