Timeline for Bash: pipe 'find' output into 'readarray'
Current License: CC BY-SA 4.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 26, 2021 at 13:58 | history | edited | Stéphane Chazelas | CC BY-SA 4.0 | added 398 characters in body |
| May 26, 2021 at 10:49 | comment | added | ddekany | @VasyaNovikov Support for -d in readarray seems to be relatively recent. (Like the Redhat on my workplace doesn't know it yet.) | |
| Nov 26, 2018 at 8:28 | history | edited | choroba | CC BY-SA 4.0 | added 102 characters in body |
| Jan 18, 2018 at 13:40 | comment | added | VasyaNovikov | In order to support newlines, this is sufficient: readarray -d '' < <(find your_args -print0) | |
| Feb 17, 2016 at 16:31 | vote | accept | villapx | ||
| Feb 17, 2016 at 16:25 | history | answered | choroba | CC BY-SA 3.0 |