Search Results

Search: Posts Made By: nanduri
4,970
Posted By nanduri
Thanks for the reply , But in my XML file...
Thanks for the reply ,

But in my XML file the content is more than a single word , Its taking each word in a separate field.

<title>00000888 asdf asdf </title>

<name>XYZ adsf asdf </name>
...
4,970
Posted By nanduri
XML to Table conversion
<title>00000888</title>

<name>XYZ</name>

<updated>2397-2323</updated>

<content>Content</content>

<summary>summary12</summary>

<title>00000788</title>

...
2,026
Posted By nanduri
Yes Don , I am looking for the same as you...
Yes Don ,

I am looking for the same as you described , next time i will give more detailed description .

Writing a script which parse the csv file and sends the mail to users .
2,026
Posted By nanduri
CSV file data extraction
Hi

I am writing a shell script to parse a CSV file , in which i am facing a problem to separate the columns . Could some one help me with it.


IN301330/00001 pvavan kumar limited...
1,590
Posted By nanduri
You can copy the file you want to execute and...
You can copy the file you want to execute and call it from x.

scp commands.sh y:/user/

In script :

ssh y "sh /user/commands.sh"

(Or)

you can sepcify the commands you want to run in the...
Forum: Programming 11-05-2013
1,196
Posted By nanduri
Hi Greet, Thanks for update Its working now...
Hi Greet,

Thanks for update Its working now ..
Forum: Programming 11-04-2013
1,196
Posted By nanduri
Hi Thanks for reply , I need to get input...
Hi

Thanks for reply , I need to get input after the program starts . I have to get the input numbers from user in any series and need to identify missing number in the series .

Ex:
Please...
Forum: Programming 11-04-2013
1,196
Posted By nanduri
Perl -- code
Hi All,

I new to perl scripting, trying to write a program to get multiple inputs from the users and it should be stored in one variable. can some one help me with it .
here is the sample code i...
3,364
Posted By nanduri
Could you specify the cron job syntax .
Could you specify the cron job syntax .
3,137
Posted By nanduri
Hi , It seems to be problem in getting input...
Hi ,

It seems to be problem in getting input through ssh. You can copy the script file to remote location and call through ssh. Other wise pass number of seconds as argument.

ssh...
Forum: Red Hat 07-10-2013
5,269
Posted By nanduri
Sharing SAN disk with multiple severs
Hi ,

I had a requirement to share a san disk between two rhel severs. I am planning to discover the same disk in two rhel nodes and mount it. Is it a feasible solution? and what kind of issues we...
1,221
Posted By nanduri
#!/bin/bash ## check for process running or...
#!/bin/bash

## check for process running or not

ps -ef|grep -i processname|grep -v grep

if [ $? -ne 0 ]
then
echo "starting process"
###put syntax for starting the process
fi
Forum: SuSE 07-02-2013
2,399
Posted By nanduri
Network issue in SLES11.2
I had installed suse linux 11.2 . I had some strange problem with my network , after configuring it showing some error like tulip_stop_rxtx() failed . The server is not reachable from outside.
Could...
Forum: HP-UX 07-01-2013
14,463
Posted By nanduri
Port used by lp printer
Hi ,

Is there any way to check what is the port used by lp remote printer in hpux ?
1,536
Posted By nanduri
use translate.. [root@pavan ~]# cat...
use translate..


[root@pavan ~]# cat test_script|tr " " "\t"
Host/Alias Name IP Address Resolved

sinuiy01.infra.go2uti.com 10.240.8.158 N
sinuid20.devtst.go2uti.com ...
1,350
Posted By nanduri
Need to append matching strings in a file
Hi ,

I am writing a shell script to check pvsizes in linux box.

[root@pavan san_migration]# for i in `cat vgs1`
> do
> echo "########### $i ###########"
> pvs|grep -i $i|awk '{print...
Showing results 1 to 16 of 16

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