#!/bin/bash find ./ -iname "*victim*addr*eth*" -exec cat {} \; | sort -u