[OS X TeX] appearance of console window

Peter Dyballa Peter_Dyballa at Web.DE
Sat Mar 31 23:44:37 CEST 2007


Am 31.03.2007 um 21:28 schrieb Friedrich Vosberg:

> And if I type y, the engine continous and sends

What is the shell interpreter used for your engine script?

In (t)csh interactive input is read via:

	echo -n "Was soll's denn jetzt schon wieder sein? "
	echo "Es soll $< sein!"


In Bourne shell it's read. The interactive input can be found in  
default variable REPLY. Bash offers:

	read -p "Und was soll's jetzt sein? " Eingabe
	echo "Es soll $Eingabe sein!"

--
Mit friedvollen Grüßen

   Pete

There are three types of people in this world: those who can count,  
and those who cannot.



------------------------- Helpful Info -------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/
List Reminders & Etiquette: http://www.esm.psu.edu/mac-tex/list/





More information about the macostex-archives mailing list