Search Results

Search: Posts Made By: charu
13,621
Posted By charu
My code uses CORBA. So, its a CORBA with C++....
My code uses CORBA. So, its a CORBA with C++. Well, when I ran the executable using dbx I found the following error. Couldnt comprehend what it means. Kindly help.

$> dbx EprovInputClient core...
13,621
Posted By charu
My program is written at the client end and this...
My program is written at the client end and this program sends some data to the server side...and also update some database. Everything is working fine...till the updation as well. Infact, just...
13,621
Posted By charu
bus error (coredump)
Hi all,

I am getting bus error problem in SunOS. Can you please help me out in this regard.
Actually, my entire code till the last line has been executed. But after tht i am getting a bus error....
2,337
Posted By charu
give the entire path of telnet in the script that...
give the entire path of telnet in the script that u r putting in the cron....
i mean do a 'which telnet' and find out the path of telnet. Give this in ur script...
11,547
Posted By charu
At times, I am getting this exception as well... ...
At times, I am getting this exception as well...

Exception in thread "main" java.lang.UnsatisfiedLinkError: tti_tuxedo_wsc (A file or directory in the path name does not exis
t.)
at...
11,547
Posted By charu
Java to tuxedo through cron
Hi,

I am kind of new to both tuxedo and cron. I am trying to run a java program, which will talk to middleware tuxedo. When I run the java program from command line, it is working fine. However,...
3,506
Posted By charu
Thanks solfreak....well, since i am trying to...
Thanks solfreak....well, since i am trying to learn what cron is all about, i tried out this thing.
3,506
Posted By charu
By screen, I meant MY terminal. Well, what is...
By screen, I meant MY terminal. Well, what is this virtual terminal? Can you please explain?
3,506
Posted By charu
Suddenly it seems to be working now...I gave the...
Suddenly it seems to be working now...I gave the following entry.
* * * * * /usr/bin/date 1>>out_file 2>&1

However, I would like to know if I can echo it to the screen, like for eg. if I say
*...
3,506
Posted By charu
Perderabo, I tried using all *, then also it is...
Perderabo, I tried using all *, then also it is not working. Its the same.
And Yogesh, I tried as u said as well, still it is the same. Well, I gave the path of date command after doing where only....
3,506
Posted By charu
Doubt in Crontab
Hi
I am new to this cron jobs in Unix. I gave the following entry to print the date in out_file every minute.
I used crontab -e option.

1 * * * * /usr/bin/date 1>>out_file 2>>&1

But it...
29,316
Posted By charu
I am not sure whether u want the total count or...
I am not sure whether u want the total count or the count of 'A', 'E', 'I', 'O' and 'U' separately.
However the one-liner that I have given will give separate counts.

First, the command
tr...
29,316
Posted By charu
This is one way of achieving the count of vowels...
This is one way of achieving the count of vowels in the file 1.txt

tr '[a-z]' '[A-Z]' < 1.txt | tr -sc 'AEIOU' '[\012*]' | sort | uniq -c
Showing results 1 to 13 of 13

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