Timeline for Custom bash tab completion showing possible completions, but not actually completing input
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 18, 2020 at 10:06 | comment | added | muru |
@Lou it's relying on field splitting of the output of find, and (1) we can't be sure IFS is what we need it to be since the user may have modified it and (2) it's for splitting only on newlines which would be friendlier to spaces in filenames.
|
|
| Nov 18, 2020 at 9:16 | comment | added | Lou | Out of interest, why redefine IFS? | |
| Feb 2, 2018 at 8:25 | history | answered | muru | CC BY-SA 3.0 |