Timeline for Find all files with the same name
Current License: CC BY-SA 4.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 9, 2023 at 12:05 | comment | added | alper |
Yes sir I am on a Mac which find returns /usr/bin/find, looks like its built in. Doing brew install findutils and PATH=$(brew --prefix)/opt/findutils/libexec/gnubin:$PATH solved it.
|
|
| Mar 8, 2023 at 23:12 | history | edited | Chris Davies | CC BY-SA 4.0 |
Include a POSIX option
|
| Mar 8, 2023 at 23:09 | comment | added | Chris Davies |
@alper you're on a Mac? That doesn't use GNU find (it's not Linux) so the command is a little different. I've updated the question for what I assume is your use-case. Or you can install find from Homebrew
|
|
| Mar 8, 2023 at 17:10 | comment | added | alper |
find: illegal option -- t
|
|
| Sep 12, 2018 at 10:14 | history | edited | Chris Davies | CC BY-SA 4.0 |
added 9 characters in body
|
| Sep 12, 2018 at 9:27 | history | edited | Chris Davies | CC BY-SA 4.0 |
added 397 characters in body
|
| Sep 12, 2018 at 9:05 | history | answered | Chris Davies | CC BY-SA 4.0 |