Search Results

Search: Posts Made By: nit42
2,687
Posted By nit42
Many thanks for this. I was trying to grep...
Many thanks for this.

I was trying to grep this payload as well using perl but not able to get the expected result.

<l:ev dateTime="2019-06-14 09:30" pName="vin">...
2,687
Posted By nit42
This is really good but i am not able to get...
This is really good but i am not able to get this.

if a single line contains same element twice or more number of time (Not known), how can i get all values separated by any delimiter.
for ex:
...
2,687
Posted By nit42
Thank you so much......Such a nice explanation...
Thank you so much......Such a nice explanation and i am really learning from these detailed explanation.

How can this regex expression be used in sed command to fetch the values. Earlier i was...
2,687
Posted By nit42
Thank you bakunin for such a great...
Thank you bakunin for such a great explanation....This is really going to help me in learning shell.

One thing if i use <\([^:]*:\)*mis> then the result will exclude the lines which doesn't have...
2,687
Posted By nit42
Hi Bakunin, I was using this command and was...
Hi Bakunin,

I was using this command and was getting expected output. but then for few lines i found html tags contains some prefix as well.

grep 'pName="vin' temp.txt | sed -n...
2,687
Posted By nit42
Thanks for this.......Can use AWK but sometimes...
Thanks for this.......Can use AWK but sometimes for few lines sequence may change or an extra element might get added that may cause the issue with the expected output.

--- Post updated at 05:41...
2,687
Posted By nit42
Thanks
Thanks
2,687
Posted By nit42
Shell Scripting help
i have a text file and having many lines and i need to fetch few details and paste it to another file in CSV format.

I am using this command to fetch the values.

grep 'pName="vin' temp.txt |...
2,487
Posted By nit42
Shell script to fetch values in csv
I need to fetch below values from this file.
Showing results 1 to 9 of 9

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