Search Results

Search: Posts Made By: zen01234
1,598
Posted By zen01234
Need help in wget or curl command in UNIX shell
Hi,

I need help in wget or curl command to invoke a REST client services.

This is the format i need to send request

wget -H "tokenId: F6" -H "Authorization: Basic <64 bit encoded...
2,111
Posted By zen01234
Thank you Don Cragon for your code but...
Thank you Don Cragon for your code but unfortunately it doesn't worked.. My file is a huge file and it has same fields repeating over and over with different tag headings as shown below.

...
2,111
Posted By zen01234
I tried these commands, it worked! 1st command ...
I tried these commands, it worked!
1st command
sed -n '/phone/{s/.*<phone>\(.*\)<\/phone>.*/\1/;p}' file1 > file2

I got below output:
|<number>0000000000</number>|<type>primary</type>|
...
2,111
Posted By zen01234
Extracting data between continuous non empty xml tags
Hi,

I need help in extracting only the phone numbers between the continuous non empty xml tags in unix. I searched through a lot of forum but i did not get exact result for my query. Please help
...
Showing results 1 to 4 of 4

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