On Sun, 28 Jul 2019 at 07:28, Dmitri Zaitsev wrote: > > I had successfully installed the port `findutils`: > > ➜ ~ sudo port installed findutils > Password: > The following ports are currently installed: > findutils @4.6.0_0 (active) > ➜ ~ > > Which should install some standard utils: > > ➜ ~ port search findutils > findutils @4.6.0 (sysutils) > findutils contains GNU find, xargs, and locate > ➜ ~ > > However, none of these files had been created under /opt/local/bin > > Any advice about what happens here?
You can use "port contents" to find out what files the port provides. In this case you get the following files (among others): > port contents findutils Port findutils contains: /opt/local/bin/gfind /opt/local/bin/glocate /opt/local/bin/gupdatedb /opt/local/bin/gxargs /opt/local/libexec/gbigram /opt/local/libexec/gcode /opt/local/libexec/gfrcode /opt/local/libexec/gnubin/find /opt/local/libexec/gnubin/locate /opt/local/libexec/gnubin/updatedb /opt/local/libexec/gnubin/xargs ... Mojca
