vi and "set prompt" question

cak at Purdue.ARPA cak at Purdue.ARPA
Wed Apr 18 14:56:00 AEST 1984


From:  Christopher A Kent <cak at Purdue.ARPA>

Be sure to only "set prompt" if you're in an interactive shell; this
solves the problem.

Check for being in an interactive shell:

if ( $?prompt ) then
	interactive stuff
endif

Cheers,
chris
----------



More information about the Comp.unix.wizards mailing list