We normally type half command or name of the file and proceed with tab in Dos and that feature is also present in Ubuntu.To enable it in simple terms:
1.Open Application--->Accessories-->Terminal
2.Entr the command ---------Sudo vi /etc/bash.bashrc
3.You will be prompted for password,enter it and you will see some matter,most of which you wan to under stand.Uncomment the below lines,by removing the # before every line.
if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
. /etc/bash_completion
fi
4.Press Esc-->colon-->wq-->Enter
1.Open Application--->Accessories-->Terminal
2.Entr the command ---------Sudo vi /etc/bash.bashrc
3.You will be prompted for password,enter it and you will see some matter,most of which you wan to under stand.Uncomment the below lines,by removing the # before every line.
if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
. /etc/bash_completion
fi
4.Press Esc-->colon-->wq-->Enter
via Ubuntu Blog
No comments:
Post a Comment