calling xargs(1) in an INSTALL script
Edgar Fuß <[email protected]> Fri, 10 Jul 2026 12:40:21 +0200
| Newsgroups | gmane.os.netbsd.devel.packages |
|---|---|
| Message-ID | <[email protected]> |
What's the way to call xargs(1) in a pkgsrc INSTALL script? If that's not possible, how to do the equivalent of find $SOMEDIR -type d | xargs chmod 0775