Search Results

Search: Posts Made By: Chenchireddy
4,142
Posted By pilnet101
#!/bin/ksh while read -r line do ...
#!/bin/ksh
while read -r line
do
cname=$(echo ${line} | awk -F"[/ ]" '{print $10}')
scode=$(echo ${line} | awk -F"[/ ]" '{print $(NF-1)}')
[[ ( ${scode} -ge 200 ) && (...
Showing results 1 to 1 of 1

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