]> git.ipfire.org Git - thirdparty/util-linux.git/commit
bash-completion: use "command ls" instead of "\ls"
authorKoichi Murase <myoga.murase@gmail.com>
Tue, 3 Jun 2025 13:08:04 +0000 (22:08 +0900)
committerKoichi Murase <myoga.murase@gmail.com>
Tue, 3 Jun 2025 13:39:19 +0000 (22:39 +0900)
commit07df800a88635084476c242354736fd4c1f695d6
tree8dbccb6bbb321b9a97f8b57163425b29c4250381
parent356dd5464b19962af51542a64e5f7c08aa937e96
bash-completion: use "command ls" instead of "\ls"

The backslash quoting can be used to bypass aliases, but it cannot be
used to bypass shell functions for interactive uses defined by the
users.  We can use "command ls" instead to bypass both aliases and
shell functions.
bash-completion/blkid
bash-completion/mount
bash-completion/umount