Search Results

Search: Posts Made By: newboy
1,401
Posted By newboy
Thanks for soln. I figured out one way to d it...
Thanks for soln. I figured out one way to d it myself:

awk -F "\t" -v drv=$mod_pat '$3 ~ drv { OFS= "\t"; $6 = " happy_home"; print;}' sample

---------- Post updated at 06:34 PM ----------...
1,401
Posted By newboy
Serach pattern in one field and replace in another
Hi all,

I have a TAB separated file like this:

sample.rpt:

54 67 common/bin/my/home {{bla bla bla}} {bla bla} Replace Me
89 75 bad/rainy/day/out {{ some...
8,995
Posted By newboy
wow, i will test this and come back. Thanx a lot...
wow, i will test this and come back. Thanx a lot :)
8,995
Posted By newboy
Hi, Thanks a lot, it worked :) can u please...
Hi, Thanks a lot, it worked :)
can u please explain in short, what regexp {HOME.*(/,/^)} is matching to ?
Just curious. Thanks again.
8,995
Posted By newboy
Not really, Actually the file contains many other...
Not really, Actually the file contains many other blocks similar to HOME, just instead of HOME they begin with OFFICE. Those blocks again contain similar special characters , however I dont wish to...
8,995
Posted By newboy
Help with deleting some parts from text file
Hi all,

I have a fat file which contains something like this:
************************************************
blahblahblah
blahblahblah
Myobject1 HOME (
homecontents01 (
some...
Showing results 1 to 6 of 6

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