When using TAB completion with dd command, options (like 'if' or 'of') disappear
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
When I type dd if=
then hit TAB to complete, the file name is added, but the if=
portion vanishes (and of=
too, for that matter).
So for example, instead of
# dd if=input_file.iso of=/dev/sdb
I get
# dd input_file.iso /dev/sdb
when using TAB completion. What is going on?
linux bash autocomplete dd
add a comment |Â
up vote
1
down vote
favorite
When I type dd if=
then hit TAB to complete, the file name is added, but the if=
portion vanishes (and of=
too, for that matter).
So for example, instead of
# dd if=input_file.iso of=/dev/sdb
I get
# dd input_file.iso /dev/sdb
when using TAB completion. What is going on?
linux bash autocomplete dd
Which shell are you using? Some of them are using dark magic these days... like bash tab completion helpers that just mess things up in completely unpredictable ways.
â frostschutz
Sep 19 at 18:58
I'm using bash.
â quaeched
Sep 19 at 19:32
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
When I type dd if=
then hit TAB to complete, the file name is added, but the if=
portion vanishes (and of=
too, for that matter).
So for example, instead of
# dd if=input_file.iso of=/dev/sdb
I get
# dd input_file.iso /dev/sdb
when using TAB completion. What is going on?
linux bash autocomplete dd
When I type dd if=
then hit TAB to complete, the file name is added, but the if=
portion vanishes (and of=
too, for that matter).
So for example, instead of
# dd if=input_file.iso of=/dev/sdb
I get
# dd input_file.iso /dev/sdb
when using TAB completion. What is going on?
linux bash autocomplete dd
linux bash autocomplete dd
asked Sep 19 at 18:22
quaeched
233
233
Which shell are you using? Some of them are using dark magic these days... like bash tab completion helpers that just mess things up in completely unpredictable ways.
â frostschutz
Sep 19 at 18:58
I'm using bash.
â quaeched
Sep 19 at 19:32
add a comment |Â
Which shell are you using? Some of them are using dark magic these days... like bash tab completion helpers that just mess things up in completely unpredictable ways.
â frostschutz
Sep 19 at 18:58
I'm using bash.
â quaeched
Sep 19 at 19:32
Which shell are you using? Some of them are using dark magic these days... like bash tab completion helpers that just mess things up in completely unpredictable ways.
â frostschutz
Sep 19 at 18:58
Which shell are you using? Some of them are using dark magic these days... like bash tab completion helpers that just mess things up in completely unpredictable ways.
â frostschutz
Sep 19 at 18:58
I'm using bash.
â quaeched
Sep 19 at 19:32
I'm using bash.
â quaeched
Sep 19 at 19:32
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f470097%2fwhen-using-tab-completion-with-dd-command-options-like-if-or-of-disappear%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Which shell are you using? Some of them are using dark magic these days... like bash tab completion helpers that just mess things up in completely unpredictable ways.
â frostschutz
Sep 19 at 18:58
I'm using bash.
â quaeched
Sep 19 at 19:32