Timeline for How to prevent find traversing certain directories, but still list them?
Current License: CC BY-SA 4.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 3, 2021 at 21:27 | history | edited | Quasímodo | CC BY-SA 4.0 |
`-a` is actually optional
|
| Jan 3, 2021 at 21:25 | comment | added | Quasímodo |
@IonicăBizău You are welcome. Yeah, that doesn't work because the found directories do not get the final /. GNU Find even warns me that find: warning: -path node_modules/ will not match anything because it ends with /.
|
|
| Jan 3, 2021 at 13:53 | vote | accept | Ionică Bizău | ||
| Jan 3, 2021 at 13:52 | comment | added | Ionică Bizău |
Amazing! Thank you so much. I would like to add the trailing / after the directory paths if it is easy.
|
|
| Jan 3, 2021 at 12:21 | history | answered | Quasímodo | CC BY-SA 4.0 |