#!/usr/bin/env bash for key in $(ls keys/*) do gpg --show-keys --keyid-format LONG $key | sed '2q;d' done | xargs