Search Results

Search: Posts Made By: shreeprabha
1,581
Posted By shreeprabha
using bash...... #!/bin/gawk -f BEGIN {...
using bash......

#!/bin/gawk -f

BEGIN { FS = "\""
}

tolower($0) ~ /href | src/ {

for ( i=1; i<=NF; i++ ) {

if ( tolower($i) ~ /href/ ) {
if ( tolower($i) ~ /com$/ )
...
1,581
Posted By shreeprabha
pattern match .com in awk script
guys !

I want to search .com,.html files .....
how do I match pattern...?
here's wht I hv written
if ( $i ~ /.com/ )

even escaping it doesn't help
if ( $i ~ /\.com/ )
Showing results 1 to 2 of 2

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