April 2009
1 post
4 tags
Tab Completion for EC2 Domains
Little-known unix command: complete At least for the bash shell, this command controls the programmable tab-completion, allowing you to configure certain programs so their tab-completion only matches files, dirs, some arbitrary set of terms, etc. A common example is to set up “svn” so that bash knows its commands, and tab-completes them for you. A very simplistic version would be...