#! /usr/bin/env bash wc -w {**,.}/*.txt | awk '{if ($2 == "total") print $1;}'