NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Find all files with at least one execute bit set



On Fri, 15 Aug 2025, Alistair Crooks wrote:

Just a thought:

find /dir/ -type f -ls | awk '$3 ~ /x/ { print $NF }'


Fine thought. +1.

-RVP


Home | Main Index | Thread Index | Old Index