View Single Post
coderus's Avatar
Posts: 6,436 | Thanked: 12,701 times | Joined on Nov 2011 @ Ängelholm, Sweden
#4
well... if you not using bash as default shell you won't see any difference.
but if yes, and you have experience in any other linux distribution on desktop you should see lack of full autocompletion.

a fast example:
Code:
user@RM696:~$ apt- [TAB]
apt-cache             apt-config            apt-extracttemplates  apt-ftparchive        apt-key               apt-sortpkgs          
apt-cdrom             apt-desktop           apt-fast-conf         apt-get               apt-mark              
user@RM696:~$ apt-g [TAB]
user@RM696:~$ apt-get  [TAB]
autoclean        build-dep        check            dist-upgrade     dselect-upgrade  purge            source           upgrade          
autoremove       changelog        clean            download         install          remove           update           
user@RM696:~$ apt-get up [TAB]
update   upgrade  
user@RM696:~$ apt-get upd [TAB]
user@RM696:~$ apt-get update
see? can you repeat this yourself with your current shell?
__________________
Telegram | Openrepos | GitHub | Revolut donations
 

The Following 3 Users Say Thank You to coderus For This Useful Post: