Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
window background color
Name: Danty Date: November 14, 2003 at 07:11:47 Pacific OS: sunOS CPU/Ram: p3
Comment:
Hi,
how do I overide the default background color variable so that when ever using "xterm" the background color is not "white", but what I will set?
Summary: here is a script i use that may help you: #!/bin/ksh # xsession.sh export DISPLAY=$TMPDISPLAY:0.0 # Variables passed to xterm H=`uname -n | cut -c 5-12` # Set Hostname for Title bar and m...
Summary: I have a file with the following sample format. "USEXPRR abc def" "USEXPDD ghi jkl" I am pattern matching the first field to assign the value of the field 2 to a variable. nawk '{ if (match( $1, /EXPU...
Summary: Hi~ I'm running NetBSD-1.5.2 on the i386 platform w/ wscons enabled (virtual screens 0 thru 3) and am trying to add some C-shell scripting to my ~/.cshrc file that does the following: 1. executes 'tty...