10 More Discussions You Might Find Interesting
1. UNIX for Beginners Questions & Answers
Is there any way to print the colorful message in the terminal (which is the output of a simulation) to the log file with the same color.
The colorful message at the terminal is obtained by the following codes:
/////////////codes start here///////////////////////////////////////
... (5 Replies)
Discussion started by: babunp114525
5 Replies
2. UNIX for Dummies Questions & Answers
I get this message when I write myshell.c program "VM pagefault:SIGSEGV bad add 0x0 err 0x4 nopage read myshell PM: ciredump signal 11 for 1725 /myshell memory fault (core dumped)"
/* RCS information: $Id: myshell.c,v 1.2 2006/04/05 22:46:33 elm Exp $ */
#include <stdio.h>
#include <unistd.h>... (1 Reply)
Discussion started by: rosecomp
1 Replies
3. Shell Programming and Scripting
how to open a .pdf file from terminal not using gpdf
I work on fedora 12 and default application assigned for viewing the pdf files is document-viewer (3 Replies)
Discussion started by: rrd1986
3 Replies
4. Shell Programming and Scripting
Hi,
I was compiling few C programs in the unix server and getting the following error message
rm: /home/a0xxx28/AVT/SEEDLIBRARYDB/LIB/*.a non-existent
proc MODE=ANSI CODE=ANSI_C INCLUDE=/home/a0xxx28/PVT/SEEDLIBRARYDB/INCLUDE
INCLUDE=/home/a0xxx28/PVT/SEEDLIBRARY/INCLUDE ... (1 Reply)
Discussion started by: kavithakuttyk
1 Replies
5. UNIX for Dummies Questions & Answers
Hello,
I get the error "Terminal too wide" when I use vi editor on a Solaris 10 box. Please help.
bash-2.05$ vi rman_backup_prd571.log_20090611
Terminal too wide
:q
1 more file to edit:q
Regards,
Mahive. (1 Reply)
Discussion started by: mahive
1 Replies
6. UNIX for Dummies Questions & Answers
Hi Experts,
It may be a trivial thing, but I am stuck. Whenver I try to open a file using vi I get error Terminal Too wide.
I am using putty to connect to a Sun OS.
Please advice.
bash-2.05$ vi all_subs_ded_20080203.txt
Terminal too wide
:q
1 more file to edit:q (3 Replies)
Discussion started by: RishiPahuja
3 Replies
7. Solaris
I am using the "find" command below and it respond with the error message " find: cannot open /: Stale NFS file handle"
what does it mean?
what can I do about it?
Need advice, thanks.
below are the command that I enter, the respond and the error message:
root@ScripServer:/# find / -name... (1 Reply)
Discussion started by: ezsurf
1 Replies
8. Shell Programming and Scripting
hi all
i have script
#!/bin/bash
cd /usr3/prod
grep ERROR /usr3/prod/ind.log > /usr3/prod/ind_err.log
if test -s /usr3/prod/ind_err.log
then
echo "error during process"
else
echo "process succeed"
fi
i want that this message(echo) will be display one time at the top of the screen... (5 Replies)
Discussion started by: naamas03
5 Replies
9. UNIX for Dummies Questions & Answers
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@ (6 Replies)
Discussion started by: bobo
6 Replies
10. UNIX for Advanced & Expert Users
I am trying to build a tuxedo server which in turn depends on several Pro*C programs. I am doing it on HP-UX system.
It looks to me that the ORACLE_HOME is set properly.
But I am getting error message when trying to build.
PCC-F-NOERRFILE, unable to open error message file, facility PR2
exit... (1 Reply)
Discussion started by: asutoshch
1 Replies