Bash completion for dd if & of arguments

Asked by Ing. Radomír Polách

Some time ago bash completion of path for dd arguments if & of stopped working.
If I write dd if=a and press tab it erases if= and the remaining text is dd a.
Using latest stable Ubuntu (3.11.0-15-generic #23-Ubuntu SMP Mon Dec 9 18:17:04 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux).

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

If you run :

source ~/.bashrc

Does it start working?

Revision history for this message
Hamish McIntyre-Bhatty (hamishmb) said :
#2

Does it work if you use "dd if='a' of 'b' " instead of "dd if=a of=b"? Enacesing the arguments in quotes might fix this.

Revision history for this message
Ing. Radomír Polách (exander77) said :
#3

source ~/.bashrc does not work.
Quotes work, why is that?

Revision history for this message
Hamish McIntyre-Bhatty (hamishmb) said :
#4

I haven't a clue, sorry. I got the idea becuase it's previously worked for me before!

Revision history for this message
Launchpad Janitor (janitor) said :
#5

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Helmo (helmo) said :
#6