Monday, March 18, 2013

How could you check the status (defined or not) of an environment variable in C shell?

echo $?HISTORY

Or

if ($?prompt) then
set prompt=\!%\

No comments :