On 8/6/16 12:02 AM, Eric Blake wrote:
> In the cygwin build of bash, I've added 'set -o igncr', which controls
> whether bash ignores ALL \r on input sources (script parsing, command
> substitution, read builtin), which has been in use for many years now.
> Maybe I should find the time to clean up
Running Fedora Core, tried 3 different versions of Bash.
bash-4.3.42-3.fc23.x86_64
bash-4.3.42-5.fc25.x86_64
bash-4.3.43-1.fc25.x86_64
Created a directory with the C equivalent "test\n\t\\ this"
typing
cd test gives me a list of a single file
test ^I\ this
but will not autocomplete.
'l