Search Results

Search: Posts Made By: slipshft
1,841
Posted By slipshft
Since no one replied, here is my solution that...
Since no one replied, here is my solution that worked:

awk '

BEGIN {
RS="spawn telnet";
FS="\n";
OFS=","
}

{
if ( substr($3,14,19) != substr($5,1,19)) {
gsub(/\r/, "");...
1,841
Posted By slipshft
Extracting data from file
I am trying to compare the data in lines 3 & 5 to see if they match up to the '-S570' (see first code set, all proprietary information has been removed from code set)
spawn telnet
Trying ......
Showing results 1 to 2 of 2

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