Search Results

Search: Posts Made By: ghostdog74
5,833
Posted By ghostdog74
it seems you have a standard structure, awk...
it seems you have a standard structure,

awk 'BEGIN{
FS="[.=@: /\"]"
}
/\.\//{
print $3
for ( i=2;i<=NF;i++){
if ( $i ~ /BL/) {
sub(/.*BL/,"",$i)
print $i
}
}
}
' file...
Showing results 1 to 1 of 1

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