Command-line completion Bash: # generate completion shell csvtk genautocomplete --shell bash # configure if never did. # install bash-completion if the "complete" command is not found. echo "for bcfile in ~/.bash_completion.d/* ; do source \$bcfile; done" >> ~/.bash_completion echo ...