Search Results

Search: Posts Made By: naughty21
89,795
Posted By naughty21
Thanks for your reply ... but if have to get it...
Thanks for your reply ... but if have to get it from a xml file then how can we get that

means if this tag is there in a xml file and we have to find the length of value/data which is in between...
89,795
Posted By naughty21
thanks for your reply but if we dont know...
thanks for your reply

but if we dont know what is there in between tags then how can we do means if we dont know/we didnt see the email id which is in between tags

for ex:...
89,795
Posted By naughty21
Hi , how can we know the length of a...
Hi ,


how can we know the length of a field value if it is like below for xml file

<EmailAddress>abc@gmail.com</EmailAddress>

I need length of abc@gmail.com which is there in between tags...
18,911
Posted By naughty21
Is this works for ksh ? ... Im not getting any...
Is this works for ksh ? ... Im not getting any output
8,591
Posted By naughty21
i need to find out the fieldvalue length means...
i need to find out the fieldvalue length means data length which is in between tags
18,911
Posted By naughty21
I got the answer but works with 1st occurance of...
I got the answer but works with 1st occurance of the tag only

awk -F '</?EmailAddress>' '{print $2}' 456.xml

but i need for multiple times .... means email address tag exists for multiple...
18,911
Posted By naughty21
chris thanks for your reply but when...
chris thanks for your reply


but
when im trying with below one

email=($(grep -o "[0-9A-Za-z]\+@[0-9A-Za-z]\+\.[A-Za-z]\{2,3\}" 456))

im getting this error

ksh: 0403-057 Syntax...
18,911
Posted By naughty21
How To get the data from a tag in XML File
Hi
I have a XML file in which data is loaded from a relational table and the column names are tags in the xml file which is shown below.
...
8,591
Posted By naughty21
How To Find Length of a Field in XML File
Hi

I have a xml file with below data...have to find the length of the filedvalues...


<?xml version="1.0" encoding="ISO-8859-15" standalone="no"?><abc...
3,409
Posted By naughty21
thanks for ur replies ..........
thanks for ur replies ..........
3,409
Posted By naughty21
i want for unix....is this for unix ?
i want for unix....is this for unix ?
3,409
Posted By naughty21
How To display second column values
i have a file like this .....


empno ----- ename ----- job

1 ----- scott----- manager

2----- ford----- salesman

3 ----- ...
221,604
Posted By naughty21
how to display 2nd coloumn from a file ?
how to display 2nd coloumn from a file ?
34,689
Posted By naughty21
how to display the 2nd coloumn from a file...
how to display the 2nd coloumn from a file ........
for ex....

empno ename
1 scott
2 ford

need to display 2nd coloumn
how ? any help ?
150,941
Posted By naughty21
thanks for info and links........will go through...
thanks for info and links........will go through that
150,941
Posted By naughty21
thanks for the information.....but can u tell me...
thanks for the information.....but can u tell me what is the previous return code............
is the command or code above the if statement ?

im very new to shell scripting..........any help ?
...
Showing results 1 to 16 of 16

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