data/all_ethereum_addresses.sh

4 lines
74 B
Bash
Executable File

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