

iptables-->nftables
And if you really want the iptables UX, iptables-nft is also an option (at least on Debian). While I prefer firewalld most of the time on a server, my boss really wants to stick with the same tools he’s used for 20yr; so iptables-nft it is.
Or use a
while-readloop anyway?while read -r foo; do cmd "${foo}" done < <(ls -1)(But don’t script
ls)The
findexample should just use-exec grep "USB" {} +also, though-execgenerally is the correct way to do this.