nostr:npub1n783957maa2g7rpdyd5knx0whfggllws33clq9qg4dme3wauxrvq6q87ev nostr:npub1jaxa22f4y8e0wrts9vvdnmfgs7558gqcyr5dkynhu6f7q2xgxmjq36nvuh nostr:npub1wg02ev7lfmnrwsjqu2tcm2qm4gw65aw0dyywfwvgafqnqyf02wmqhht0yf nostr:npub1kwugrw5qdm7qzgw4zduc6g8mj3z0wztn54av9vmth9uks4zdugeqp6qdsv That can be work-arounded by predicating on NF: awk '/pernias_passwords/ && NF >= 2 && $0=$2', but It also won't handle files with whitespaces and newlines in names properly. find . -path '*pernias_passwords*' -exec du -a {} \; might be required.