Opened 19 years ago
Closed 19 years ago
#6554 closed defect (wontfix)
Findutils: add variant to install non-gnu named binaries
Reported by: | blair (Blair Zajac) | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
Hello,
I install the findutils port just so I can type 'find -name something' from the command line and not have to type that annoying '.' that Apple's find requires.
Could the findutils port grow a variant that will install symlinks from
/opt/local/bin/gnufind -> find /opt/local/bin/gnulocate -> locate /opt/local/bin/gnuupdatedb -> updatedb /opt/local/bin/gnuxargs -> xargs
Thanks, Blair
Change History (1)
comment:1 Changed 19 years ago by mww@…
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
There also is "sfind" which provides a find utility - we can't symlink both to 'find' (this would create a conflict), so instead I'd suggest you create an alias for find in your ~/.bashrc:
alias find=/opt/local/bin/gnufind ..