| Server IP : 104.26.0.14 / Your IP : 104.23.197.140 Web Server : nginx/1.30.3 System : Linux vps-a1214830 7.0.0-27-generic #27-Ubuntu SMP PREEMPT_DYNAMIC Thu Jun 18 19:13:49 UTC 2026 x86_64 User : bangkokfinder ( 1002) PHP Version : 8.2.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/share/bash-completion/completions/ |
Upload File : |
# lsusb(8) completion -*- shell-script -*-
_comp_cmd_lsusb()
{
local cur prev words cword comp_args
_comp_initialize -- "$@" || return
local noargopts='!(-*|*[sD]*)'
# shellcheck disable=SC2254
case $prev in
--help | --version | -${noargopts}@([sD]|[hV]*))
return
;;
esac
if [[ $cur == -* ]]; then
_comp_compgen_help
fi
} &&
complete -F _comp_cmd_lsusb lsusb
# ex: filetype=sh