Scripting question how to filter list of files based on globs

Paul D newtwen at gmail.com
Wed Apr 10 16:06:09 PDT 2024


> It's not beautiful, but it works:
> 
> xargs -a blacklist.txt -I {} sh -c 'find package \( -name "$1" -prune \) -o -type f -print' sh {}
> 
> 
I take that back - no it doesn't :/




More information about the openwrt-devel mailing list