Search Results

Search: Posts Made By: shriashishpatil
Forum: Programming 06-05-2014
10,958
Posted By shriashishpatil
Hiding commnd line arguments in ps command on Linux
Hi Unix lovers,

I am trying to seek an explanation for a simple looking code - why it works?

I found below program which hide command line argument in ps command.


#include <string.h>
...
Forum: AIX 05-22-2012
3,485
Posted By shriashishpatil
thanks scott, bakunin for your replies. By...
thanks scott, bakunin for your replies.
By changes in the system, I meant any s/w updates, OS level updates made in some specified period of time.

My program is not changed in last few months....
Forum: AIX 05-22-2012
3,485
Posted By shriashishpatil
How to check changes made in last few weeks?
Hi,

I want to know what changes were made to my AIX system in last few weeks/months.

Is there any command that I can use for this?

I am facing a problem wherein my program which are built...
Forum: Red Hat 04-19-2012
3,810
Posted By shriashishpatil
It seems that mailx I am using on my redhat linux...
It seems that mailx I am using on my redhat linux is old implementation.
To get above done I had to use mailx -I .

Thanks all for your reply.


-Ashish
Forum: Red Hat 04-19-2012
3,562
Posted By shriashishpatil
I got this done using -I option will mail on...
I got this done using -I option will mail on linux.

-I option forces mail to act interactively.



The redhat linux I use is 5.6.
Forum: Red Hat 04-17-2012
3,810
Posted By shriashishpatil
Thanks quimera for your reply. Would you...
Thanks quimera for your reply.

Would you please check if below works for you as desired. For me it works on HP/Solaris but not on linux.

$mailx abc@company.com <<EOF
>~c xyz@company.com
>~s...
Forum: Red Hat 04-16-2012
3,562
Posted By shriashishpatil
Anyone, could you please help?
Anyone, could you please help?
Forum: Red Hat 04-12-2012
3,562
Posted By shriashishpatil
Thanks itkamraj, scrutinizer for your reply. ...
Thanks itkamraj, scrutinizer for your reply.
However it still does not work for me.
I think my mail program is not recongizing ~s and ~c well.

In mail I am getting these characters with...
Forum: Red Hat 04-10-2012
3,562
Posted By shriashishpatil
Problem with mail utility on linux
Hi,

I am facing problem with "mail" utility on redhat linux.

If I use ~c in a file and use that file as imput to mail, the mail is not sent to the adrress after ~c. Instead ~c apears in the...
Forum: Red Hat 04-10-2012
3,810
Posted By shriashishpatil
mailx on linux just like on solaris/HP
Hello Unix lovers,

I want to know if I can have mailx on linux. I am using redhat 6.

My sys admin says that mailx is not availble on linux. I see on my linux system mailx is just a link to...
54,684
Posted By shriashishpatil
Hi Clovis Nice to see you made it worked.. ...
Hi Clovis
Nice to see you made it worked..
Looking at your work I think if you create a soft link libgpgme.a for libgpgme.so.11 it should work for you.

I have seen similar things with libjvm.a...
54,684
Posted By shriashishpatil
Clovis, we face similar issues many times on...
Clovis,
we face similar issues many times on AIX box. Many times restart of the system solves our problem. You can try for that if you know the thing was working sometime back.

Did you change...
3,420
Posted By shriashishpatil
Thanks zxmaus. Is there a way I know whether...
Thanks zxmaus. Is there a way I know whether slibclean really worked? Due to this I find it difficult to work with AIX.
-Ashish
3,420
Posted By shriashishpatil
library problem on AIX
Hi Unix Experts,

I have seen with AIX, that sometimes my new libraries are not picked up by executable. This could be the problem of "loader domain" on AIX.

As I found on below link AIX...
4,408
Posted By shriashishpatil
use command : grep TOTAL input_file | awk...
use command :

grep TOTAL input_file | awk '{print $2}' > output_file
4,408
Posted By shriashishpatil
use below command: grep "TOTAL" input_file...
use below command:

grep "TOTAL" input_file | awk '{print $2}' > output_file

regards,
Ashish
17,961
Posted By shriashishpatil
sqlplus in unix
refer below code
23,622
Posted By shriashishpatil
hope below command will solve the problem. It...
hope below command will solve the problem. It will run slow though...
find . -type f -exec rm -f {} \;
replace rm -f with the command you want to run.
7,159
Posted By shriashishpatil
script for reading BLOB data
Hi,

this may not be a right place to post my question. But still....

I have database table of which one field contains BLOB data. Actually the BLOB data is xml script.

Now How do I retrieve...
3,433
Posted By shriashishpatil
Thanks for your help. eval $(resize) worked. ...
Thanks for your help.
eval $(resize) worked.

Can you please tell me what does it do?


-Ashish
3,433
Posted By shriashishpatil
properties for vi
Hi,
I have a simple problem in vi of which I dont know the solution.

I have a file of 2000 lines. But when I open the file in vi, it only displays 20 lines and I have to use ctrl-f to see next...
13,669
Posted By shriashishpatil
I am using tcsh. Isn't this command ". " avaibale...
I am using tcsh. Isn't this command ". " avaibale in tcsh?

For ksh it works.

-Ashish
13,669
Posted By shriashishpatil
permission denied for ". " (dot space)
Hi,
When I try to run a script with ". "(dot space) in my home, it gives me error ".: Permission denied".





Any explanation for this behaviour?

Thanks in advance,
-Ashish
3,152
Posted By shriashishpatil
Thanks a lot Reborg. I was forgetting about the...
Thanks a lot Reborg. I was forgetting about the "."
3,152
Posted By shriashishpatil
query about find and -exec
Hi,
i have query about "find" command. Do I need to put the command after -exec in single quotes? Why?

For ex. see output of these three find commands.






Any explanations?

cheers,...
Showing results 1 to 25 of 94

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