Search Results

Search: Posts Made By: ranga27
1,081
Posted By Yoda
awk ' /export/ { c +=...
awk '
/export/ {
c += 1
sub ( /;/, X, $2 )
T[c] = $2
}
/where/ {
q = $0
gsub ( /.*where...
1,081
Posted By Yoda
Ok, check if this modified code helps: awk ' ...
Ok, check if this modified code helps:
awk '
/export/ {
c += 1
sub ( /;/, X, $2 )
T[c] = $2
}
/where/ {
...
1,081
Posted By Yoda
Here is a solution using awk: awk ' ...
Here is a solution using awk:
awk '
/export/ {
c += 1
sub ( /;/, X, $2 )
T[c] = $2
}
/where/ {
sub (...
Showing results 1 to 3 of 3

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