Search Results

Search: Posts Made By: modemer
14,222
Posted By modemer
how to disable color text in xterm window
Hello,

Anyone knows how to disable color text displayed on xterm window screen? I hate that color making me hard to read when front and background color are similar.

Thanks,

M.
25,497
Posted By modemer
tcsh's read command is $<, you could use it like...
tcsh's read command is $<, you could use it like this:
set inputline = $<
Forum: Programming 02-16-2005
2,041
Posted By modemer
Not quite understand your question, what's your...
Not quite understand your question, what's your goal finally?
7,959
Posted By modemer
Thanks a lot budy, but it doesn't work with my...
Thanks a lot budy, but it doesn't work with my tcsh even though the simplest one:

echo "%{\033]0;title\007%}"

The full string(include %{...%}) is printed on the screen.
Any idea? My OS is...
7,959
Posted By modemer
What is "escape sequence" in tcsh on Solaris
I've tried \e, \033, ^[, they doesn't work with tcsh on Solaris.

Anyone could give a help?

Thanks,

WP
Forum: Programming 02-15-2005
7,381
Posted By modemer
ldd doesn't work with 64bit .so library on AIX
I generated my shared library in 64bit on AIX, but when I ran ldd, it says:

Could not load program libmylib.so:
Could not load module libmylib.so.
The module has an invalid magic number....
Forum: Programming 10-29-2004
19,727
Posted By modemer
Seems this code is using libxml2 tool. So you...
Seems this code is using libxml2 tool. So you need to download and install libxml2 into your OS, then compile your code.

Normally there will be some problem when you install libxml2. But hopefully...
Forum: Programming 10-28-2004
5,477
Posted By modemer
you also can try: HP: aCC Solaris: CC ...
you also can try:

HP: aCC
Solaris: CC
AIX: xlC
2,241
Posted By modemer
Normally I use "ps -ef" to list all processes...
Normally I use "ps -ef" to list all processes what I can see as a normal user. But if you are root, you should see more processes depending on different OS and config.

By the way, I have a similar...
Forum: Programming 09-30-2004
6,159
Posted By modemer
[rss10@jsh1035c:JSDISC01] make -f Makefile...
[rss10@jsh1035c:JSDISC01] make -f Makefile elements
gcc -Wall -O2 -Ixmltok -Ixmlparse -DXML_NS -DXML_DTD -o elements elements.c

The above Makefile seems not support to build an application...
5,036
Posted By modemer
attach that make file please, otherwise nobody...
attach that make file please, otherwise nobody could help
Showing results 1 to 11 of 11

 
All times are GMT -4. The time now is 12:56 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy