Timeline for bash find: get directory of found file
Current License: CC BY-SA 4.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Dec 11, 2021 at 16:40 | comment | added | Cbhihe |
What's wrong with just using find with -exec dirname {} \; as suggested above for BSD like systems ?
|
|
| Nov 9, 2018 at 10:46 | history | edited | Jeff Schaller♦ | CC BY-SA 4.0 |
Added formatting
|
| Nov 9, 2018 at 10:35 | review | Late answers | |||
| Nov 9, 2018 at 10:46 | |||||
| Nov 9, 2018 at 10:20 | review | First posts | |||
| Nov 9, 2018 at 10:20 | |||||
| Nov 9, 2018 at 10:19 | comment | added | Kusalananda♦ | It seems a bit excessive to call three external utilities just to trim a string. | |
| Nov 9, 2018 at 10:16 | history | answered | Sekar Ramu | CC BY-SA 4.0 |