On 2021/07/07 22:01, Daniel Jakots wrote:
> This has been committed, thanks for the feedback.
> 
> On Wed, 7 Jul 2021 10:25:37 -0400, Daniel Jakots <d...@chown.me> wrote:
> 
> > $ for _file in $(find /usr/ports -empty | grep -v -e pobj -e bulk -e
> > tests -e packages -e update) ; do ls -l "${_file}" ; done 
> 
> I've been told:
> 14:58 <phy1729> fwiw   find . \( -path ./pobj -o -path ./bulk -o -path 
> ./tests -o -path ./packages -o -path ./update -o -path ./distfiles -o -path 
> ./.git \) -prune -type f -o -type f -empty -exec ls -l {} +
> 14:58 <phy1729> because $('ing find is evil because filenames are terrible 
> things
> 
> (putting it here for next time)
> 

find ... -ls

Reply via email to