Tab completion does not work for some commands

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
1
down vote

favorite












I've followed Tab completion doesn't work for commands and tab completion of filenames is working for this command:



ls /home/login/public/ui.<TAB> 


But not working for this command



drush arr /home/login/public/ui.<TAB> 


in $SHELL /bin/bash is there. Mine is completely new install. I've placed this code in the .bashrc:



if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
. /etc/bash_completion
fi


/etc/bash_completion exists



Tab completion doesn't work for commands










share|improve this question





















  • Both those commands do tab completion correctly for me. Tab completion can be modified by a .initrc file in your home directory. Do you have such a file?
    – John Anderson
    Mar 14 at 15:28










  • @JohnAnderson no this file is not there.
    – user5858
    Mar 19 at 15:17














up vote
1
down vote

favorite












I've followed Tab completion doesn't work for commands and tab completion of filenames is working for this command:



ls /home/login/public/ui.<TAB> 


But not working for this command



drush arr /home/login/public/ui.<TAB> 


in $SHELL /bin/bash is there. Mine is completely new install. I've placed this code in the .bashrc:



if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
. /etc/bash_completion
fi


/etc/bash_completion exists



Tab completion doesn't work for commands










share|improve this question





















  • Both those commands do tab completion correctly for me. Tab completion can be modified by a .initrc file in your home directory. Do you have such a file?
    – John Anderson
    Mar 14 at 15:28










  • @JohnAnderson no this file is not there.
    – user5858
    Mar 19 at 15:17












up vote
1
down vote

favorite









up vote
1
down vote

favorite











I've followed Tab completion doesn't work for commands and tab completion of filenames is working for this command:



ls /home/login/public/ui.<TAB> 


But not working for this command



drush arr /home/login/public/ui.<TAB> 


in $SHELL /bin/bash is there. Mine is completely new install. I've placed this code in the .bashrc:



if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
. /etc/bash_completion
fi


/etc/bash_completion exists



Tab completion doesn't work for commands










share|improve this question













I've followed Tab completion doesn't work for commands and tab completion of filenames is working for this command:



ls /home/login/public/ui.<TAB> 


But not working for this command



drush arr /home/login/public/ui.<TAB> 


in $SHELL /bin/bash is there. Mine is completely new install. I've placed this code in the .bashrc:



if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
. /etc/bash_completion
fi


/etc/bash_completion exists



Tab completion doesn't work for commands







14.04 bash






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 14 at 13:52









user5858

763




763











  • Both those commands do tab completion correctly for me. Tab completion can be modified by a .initrc file in your home directory. Do you have such a file?
    – John Anderson
    Mar 14 at 15:28










  • @JohnAnderson no this file is not there.
    – user5858
    Mar 19 at 15:17
















  • Both those commands do tab completion correctly for me. Tab completion can be modified by a .initrc file in your home directory. Do you have such a file?
    – John Anderson
    Mar 14 at 15:28










  • @JohnAnderson no this file is not there.
    – user5858
    Mar 19 at 15:17















Both those commands do tab completion correctly for me. Tab completion can be modified by a .initrc file in your home directory. Do you have such a file?
– John Anderson
Mar 14 at 15:28




Both those commands do tab completion correctly for me. Tab completion can be modified by a .initrc file in your home directory. Do you have such a file?
– John Anderson
Mar 14 at 15:28












@JohnAnderson no this file is not there.
– user5858
Mar 19 at 15:17




@JohnAnderson no this file is not there.
– user5858
Mar 19 at 15:17















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1014891%2ftab-completion-does-not-work-for-some-commands%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1014891%2ftab-completion-does-not-work-for-some-commands%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

pylint3 and pip3 broken

Missing snmpget and snmpwalk

How to enroll fingerprints to Ubuntu 17.10 with VFS491