Search Results

Search: Posts Made By: venkatesh_sasi
Forum: Linux 03-18-2008
7,561
Posted By venkatesh_sasi
Hi Sabari, Thanks a ton for...
Hi Sabari,

Thanks a ton for your help. It's working.. :)

Regards,
venkatesh.
Forum: Linux 03-18-2008
7,561
Posted By venkatesh_sasi
How to mount a filesystem of one pc in another pc that are connected in a network?
Hi,

I have a software in one of the pcs connected in the network and I need to mount that file system in my PC. Both the pcs have Linux installed. Please let me know how can we achieve this....
2,105
Posted By venkatesh_sasi
Hi, Check this link. This could be...
Hi,

Check this link. This could be helpful.
Using ftp in a shell script (http://www.inlumineconsulting.com:8080/website/scripting.ftp.html).

regards,
venkatesh.
28,151
Posted By venkatesh_sasi
Hi All, Thanks alot for the quick...
Hi All,

Thanks alot for the quick help, I will test them and revert incase i face any issues.

Regards,
Venkatesh.:)
28,151
Posted By venkatesh_sasi
How to store the sql query's output in a variable - In a shell script
Hi,

My requirement is :
We are calling an sql statement from a UNIX session, and fetching data into some variables from a table .. now we are unable to access these variables from outside the SQL...
9,061
Posted By venkatesh_sasi
Hi, Sorry for this. I was actually...
Hi,

Sorry for this. I was actually trying to post it in a new thread, but coz of some browser problem I wasn't able to do that. That's why I just replied to this thread.

Regards,...
9,061
Posted By venkatesh_sasi
How to store the data retrieved by a select query into variables
Hi,

My requirement is :
We are calling an sql statement from a UNIX session, and fetching data into some variables from a table .. now we are unable to access these variables from outside the...
6,315
Posted By venkatesh_sasi
Hi, I have a very similar requirement....
Hi,

I have a very similar requirement. I'm storing the passwords in a flat file, when ever the user updates the password, I'm planning to write the new password along with some other values...
Forum: Programming 11-28-2007
11,523
Posted By venkatesh_sasi
Hi Bakunin, I have used...
Hi Bakunin,

I have used sprintf() as told by you, but i'm unable to achieve the intended. If you have any code snippet, can u please share it.
One more query, to write contents...
Forum: Programming 11-25-2007
11,523
Posted By venkatesh_sasi
Hi All, I'm executing unix commands from my...
Hi All,

I'm executing unix commands from my C script.
Using system("unix command").
Please see the below code:
main(int argc, char *argv[])
{
system("hostname > hostname.txt");
}
For...
Forum: Programming 11-25-2007
11,523
Posted By venkatesh_sasi
Hi, Thanks a lot. ...
Hi,

Thanks a lot.
output="$(/path/to/program arg1 arg2 arg3)"
This worked.:b:

regards,
venkatesh
Forum: Programming 11-25-2007
11,523
Posted By venkatesh_sasi
Hi porter, I have just posted...
Hi porter,

I have just posted that code as an example. I'm not storing the programs on Desktop.
I tried giving output= '/root/Desktop/get_password' and it's working...
Forum: Programming 11-25-2007
11,523
Posted By venkatesh_sasi
Passing C variable to Unix in a C program
Hi All,

I'm executing unix commands from my C script.
Using system("unix command").
Please see the below code:
main(int argc, char *argv[])
{
...
Forum: Programming 11-25-2007
11,523
Posted By venkatesh_sasi
Hi All, Thanks for the replies. ...
Hi All,

Thanks for the replies.
Please see the below shell script.
# ! /bin/bash
echo " In the program"
set output = '/root/Desktop/get_password'
...
Forum: Programming 11-24-2007
11,523
Posted By venkatesh_sasi
Returning Strings from C program to Unix shell script
Hi,

I'm having a requirement where I need to call a C program from a shell script and return the value from the C program to shell script.
I refered a thread in this forum. But using that...
Showing results 1 to 15 of 15

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