Search Results

Search: Posts Made By: shreeprabha
1,529
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$/ )
...
Showing results 1 to 1 of 1

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