summaryrefslogtreecommitdiff
path: root/bash-completion/mount
AgeCommit message (Collapse)AuthorFilesLines
2013-09-30bash-completion: use '\n' as IFS when ask for filenamesKarel Zak1-0/+1
The bash completion for more(1) treats the space-separated pieces of filenames as different files. $ touch foo\ bar $ more foo<TAB> bar foo Reported-by: Ángel González <ingenit@zoho.com> Signed-off-by: Karel Zak <kzak@redhat.com>
2013-04-26bash-completion: add mount and umountSami Kerola1-0/+87
Signed-off-by: Sami Kerola <kerolasa@iki.fi>