Search Results

Search: Posts Made By: madhaviece
5,066
Posted By madhaviece
How to re-read a file in AWK
Hi , i am having some problem with re-reading the same file in AWK.

here is the scenario.

function 1 {


some_string > " file1 " # i have redirected output to file1.

...
1,848
Posted By madhaviece
How to use string across functions in AWK
Hi ,

I m facing one problem with String usage in AWK . let me put what i need .

i have a function and there i used one string ( meta_string)

function 1 {
...
2,242
Posted By madhaviece
How to use String in AWK across the functions
Hi ,

I m facing one problem with String usage in AWK . let me put what i need .

i have a function and there i used one string ( meta_string)

function 1 {
...
2,020
Posted By madhaviece
How to use a stored string in function call
Hi All
I have written code for storing data in a string based on pattern.
whenever i tried to use in a function call its not getting there.
Actually the same logic was applied for another...
2,242
Posted By madhaviece
Thanks for your reply its not working.. ...
Thanks for your reply

its not working..

but i will take the pattern from another array and search in the extracted lines array. the pattern is not hard coded.if it matches i want to pickup...
2,242
Posted By madhaviece
Thanks for your response. I want to extract...
Thanks for your response.

I want to extract all these lines which contains /mp straight-flow/ into an aray and have to search a specific pattern .
example:
Search the pattern ...
2,242
Posted By madhaviece
Extracting lines and saving - awk
Hi All,

I am trying to extract lines bsed on pattern matching../mp straight-flow/
Extracted output should be saved in meta_string , but the code is not working in that manner,saving repeated...
Showing results 1 to 7 of 7

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