Search Results

Search: Posts Made By: vij_krr
4,913
Posted By vij_krr
Terminal is closing on exit in ksh
hi

while executing the following script, my terminal window is getting closed if I enter a invalid option. I want the script should go back the the command prompt. how to do achive it. i execute...
1,184
Posted By vij_krr
problem while using awk
hi,

i'm new to ksh. i'm using a script with functions as follows.
###########################################
#! /usr/bin/ksh

fun_val()
{
#here i'm using awk utility
for name in...
2,849
Posted By vij_krr
Certification on Unix
Hi all,

I want to do a certification on unix, i dont have any idea about it. Can any one help me in where i can get the information on "UNIX CERTIFICATION"

Thanks in advance,
Forum: Programming 12-15-2009
1,636
Posted By vij_krr
How to pass message between two different instance.
hi
i want to know how two different programs can communicate message between each other?
assume i've a.cpp, it is having 2 STL Maps,
from b.cpp i want to get the values in that STL Maps.
How...
Forum: Programming 12-15-2009
2,985
Posted By vij_krr
just forgot that line.. that is the configuration...
just forgot that line.. that is the configuration class. That method will return the socekt descriptor.
Forum: Programming 12-14-2009
2,985
Posted By vij_krr
How to test a socket conncection in C++ ?
hi all,

I've written a Server socket program in C++, In my program Device Id is a unique one through which I accept the client connection. My code has to pass the below two test case.

1....
38,326
Posted By vij_krr
How to monitor a process memory utilization?
hi frnds,

I want to monitor a particular process very closly on how much memory it is taking. i tried with TOP and PRSTAT commands that is not giving what exactly i need. In my application,...
8,051
Posted By vij_krr
How to speed up grep?
hi

i'm greping the files with sepefic keyword, where the file is of too big. Assume there are 10 days log file each of more than 200mb. i've to grep all those files with a specific keywords.
...
2,189
Posted By vij_krr
gui based appliocation using shell script
hi,
i've to write a shript based application which should gives a look and feel like a GUI. can any one give me a base idea on how to design a GUI based application using shell script.
...
3,160
Posted By vij_krr
ya that fine but not able to get exactly what it...
ya that fine but not able to get exactly what it is doing.. can u explain the code bit??
3,160
Posted By vij_krr
how to monitor a folder using script
hi,

i want to monitor a particuler folder and have to report is there any new file added to the dir or not? can anyone tell me how to monitor the folder using script. the script has to run in...
Forum: Programming 11-16-2009
4,231
Posted By vij_krr
how to execute the sql quires from shell script?
hi all,

I'm new to shell scripting, i want to know how to use the sql statements from the shell script? is there any documents or pdf to learn from the begining? plese provide me some useful...
Forum: Programming 11-12-2009
3,916
Posted By vij_krr
makefile help
Hi all,

I'm new to make files . I'm writing a make file to compile and create .so files. i've 20 .cpp files. I want to compile one file at a time and then i've to create 1 .so for each file...
7,881
Posted By vij_krr
when i run the above script as sh test.sh its not...
when i run the above script as sh test.sh its not giving the proper output. But when i rename it to test.ksh and run as ksh test.ksh it is woking. I dont know what is the difference. I'm using Sun...
7,881
Posted By vij_krr
scope of a Variable inside shell script
hi all,

i'm using the following script,

Status=1
Function_do ()
{
while read line;
do
if [ ` echo $line | grep 'symbol not found:' | wc -l` -eq 1 ]; then
#echo $line
...
2,598
Posted By vij_krr
Inside the While I'm listening for the New...
Inside the While I'm listening for the New connection. Even though after some point of time, it is not ready to accept the client connection.
2,598
Posted By vij_krr
Server Programming to keep on looking for client connection
Hi I wrote a server Program in C,

Here it is, this is a just socket creation alone,

bool myclass::CreateSocket()
{
struct sockaddr_in sockaddr_in;
sockaddr_in.sin_family = AF_INET;...
Forum: Solaris 04-21-2009
1,961
Posted By vij_krr
How to run the w120p.rex program in Solaris
Hi,

I'm new to Solaris, i want to run one .rex program from solaris. My program w120p.rex which is working fine in windows. I want to run the same from the Solaris. I dont know how to do in...
1,898
Posted By vij_krr
Getting the value of env variables
Hi,
I want to get the value of the env varables using the ksh script. All the env variables are stored in a file.
Eg.
file1
$INPATH
$OUTPATH

myscirpt:
for name in `awk { print $1 } file1`...
Forum: Programming 12-03-2008
6,401
Posted By vij_krr
Reading a VSAM file
hi i have a vsam file i want to read the records in that file using C++ code, i use fopen and fread but it is throwing error. if any one worked on it plz tell me how to open that file using c++ code.
Showing results 1 to 20 of 20

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