X7ROOT File Manager
Current Path:
/etc/bash_completion.d
etc
/
bash_completion.d
/
📁
..
📄
aws_bash_completer
(204 B)
📄
createrepo
(4.35 KB)
📄
fcoeadm
(1.97 KB)
📄
fcoemon
(911 B)
📄
genpkgmetadata.py
(4.35 KB)
📄
git
(54.86 KB)
📄
gluster
(11.25 KB)
📄
iprutils
(829 B)
📄
itweb-settings.bash
(346 B)
📄
javaws.bash
(1011 B)
📄
lldpad
(1.07 KB)
📄
lldptool
(2.53 KB)
📄
mergerepo
(4.35 KB)
📄
mergerepo.py
(4.35 KB)
📄
modifyrepo
(4.35 KB)
📄
modifyrepo.py
(4.35 KB)
📄
policyeditor.bash
(332 B)
📄
redefine_filedir
(1.42 KB)
📄
scl.bash
(1.49 KB)
📄
yum-utils.bash
(11.01 KB)
Editing: fcoemon
# bash completion for fcoemon # ## fcoemon --help #Usage: fcoemon # [-f|--foreground] # [-d|--debug] # [-s|--syslog] # [-v|--version] # [-h|--help] # This file must be updated with any changes to, or additions to the options. # Could not get numeric value to work for the --stats interval # Considered parsing output of --help to complete options have fcoemon && _fcoemon_options() { local cur prev prev_prev opts COMPREPLY=() cur="${COMP_WORDS[COMP_CWORD]}" prev="${COMP_WORDS[COMP_CWORD-1]}" opts="-f --foreground -d --debug -s --syslog -v --version -h --help" case "${cur}" in *) COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) return 0 ;; esac return 0 } complete -F _fcoemon_options fcoemon # Local variables: # mode: shell-script # sh-basic-offset: 4 # sh-indent-comment: t # indent-tabs-mode: nil # End: # ex: ts=4 sw=4 et filetype=sh
Upload File
Create Folder