Mar 21, 2002 #1 SpongeBob1 Programmer Joined Mar 1, 2002 Messages 49 Location US Hi, I am writing a K-shell script, how would I set the Display i.e. setenv DISPLAY from the script. Thanks.
Hi, I am writing a K-shell script, how would I set the Display i.e. setenv DISPLAY from the script. Thanks.
Mar 21, 2002 1 #2 boebox MIS Joined Oct 30, 2000 Messages 70 Location CA DISPLAY=hostname:0.0 export DISPLAY #To test echo $DISPLAY -Tony Upvote 0 Downvote