e1a3b1cf90
Line 1644: Changed from process substitution to direct file input - From: }' "$TEMP_DIR/attack_vectors_raw.txt" <(cat "$TEMP_DIR/parsed_logs.txt") | sort - To: }' "$TEMP_DIR/attack_vectors_raw.txt" "$TEMP_DIR/parsed_logs.txt" | sort - Eliminates unnecessary pipe and subshell for efficiency This is the final efficiency improvement in the series of bot-analyzer fixes.