Timeline for Bash: pipe 'find' output into 'readarray'
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 26, 2021 at 14:04 | comment | added | Stéphane Chazelas | readarray always reads from stdin unless you use -u to specify a different fd. The difference here is that you're using <<< to set its stdin instead of | or <. | |
| Mar 11, 2019 at 14:14 | comment | added | Chris Davies | This doesn't work with find -print0 for protecting against "unexpected" file names. | |
| Nov 11, 2016 at 5:35 | review | Low quality posts | |||
| Nov 11, 2016 at 5:58 | |||||
| Nov 11, 2016 at 5:16 | history | edited | smac89 | CC BY-SA 3.0 | deleted 42 characters in body |
| Nov 11, 2016 at 5:08 | history | answered | smac89 | CC BY-SA 3.0 |