Software: Apache/2.4.68 (Linux) PHP/7.4.33. PHP/7.4.33 uname -a: Linux bjb2293782.nichost.ru 6.6.151-1.el8.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Aug 10 uid=12584(bjb2293782) gid=12584(bjb2293782) groups=12584(bjb2293782) Safe-mode: OFF (not secure) /usr/share/bash-completion/completions/ drwxr-xr-x | |
| Viewing file: Select action/file-type: # POSIX sh(1) completion -*- shell-script -*-
_sh()
{
local cur prev words cword
_init_completion || return
case $prev in
-c)
return
;;
-o|+o)
COMPREPLY=( $( compgen -W 'allexport errexit ignoreeof monitor
noclobber noglob noexec nolog notify nounset verbose vi
xtrace' -- "$cur" ) )
return
;;
esac
local opts="-a -b -C -e -f -h -i -m -n -o -u -v -x"
if [[ "$cur" == -* ]]; then
COMPREPLY=( $( compgen -W "$opts -c -s" -- "$cur" ) )
return
elif [[ "$cur" == +* ]]; then
COMPREPLY=( $( compgen -W "${opts//-/+}" -- "$cur" ) )
return
fi
local args ext=
_count_args
[[ $args -eq 1 ]] && ext=sh
_filedir $ext
} &&
complete -F _sh sh
# ex: filetype=sh
|
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.003 ]-- |