Search Results

Search: Posts Made By: Hiano
4,579
Posted By Hiano
Thanks 116@434 for the reply. I tested your...
Thanks 116@434 for the reply. I tested your script.
I just run it, but no luck; :-(( only contact_name is getting replaced with XXX
the search should be case insensitive.Sending you the files i...
4,579
Posted By Hiano
Thanks Pravinn for the reply... But the script...
Thanks Pravinn for the reply...
But the script is not running properly..

i invoked it with perl script.pl

but not working.i have checked the perl installed on my machine and its okay. pls...
4,579
Posted By Hiano
Search for a multi-line strings in a file
Hello
I need to search for a mult-line strngs(with spaces in between and qoted) in a file1 and replace that text with Fixed string globally in file1. The strng to search for is in file2.

The file...
2,364
Posted By Hiano
Global search and replace multi line file
Hello
I need to search for a mult-line strngs(with spaces in between and qoted) in a file1 and replace that text with Fixed string globally in file1. The strng to search for is in file2.

The...
14,707
Posted By Hiano
Thanks MaskofZorro!! Its working...
Thanks MaskofZorro!!

Its working fine...except its failing for multiple similar strings.
If two similar strings are found, its only relacing first occurance. and deleting the rest.

Pls help.
4,815
Posted By Hiano
Find and replace txt between two strings in flat file
Hi There...
I need to serach and replace strngs in a text file.
My file has;
books.amazon='Let me read'
news.bestseller='xyz'

expected output is
books.amazon=NONFOUND...
14,707
Posted By Hiano
thanks radoulov and itkamaraj!!! I want to...
thanks radoulov and itkamaraj!!!

I want to refine this search.. :-)

------
My file has; books.amazon='Let me read' and the output needed is
books.amazon=NONFOUND
------

Can I first...
14,707
Posted By Hiano
HI radoulov, thanks for the quickest...
HI radoulov,

thanks for the quickest reply...
I tried that but no luck...the file generaeted is blank. :-(

cat test.txt | \
sed -e "s/'[^']*'/NOTFOUND/g" >test.txt

I need to update the...
14,707
Posted By Hiano
Search replace strings between single quotes in a text file
Hi There...
I need to serach and replace a strings in a text file.
My file has; books.amazon='Let me read' and the output needed is
books.amazon=NONFOUND

pls if anybody know...
Showing results 1 to 9 of 9

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