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: javaws.bash
_javaws() { local cur prev opts base cur="${COMP_WORDS[COMP_CWORD]}" prev="${COMP_WORDS[COMP_CWORD-1]}" # JavaWs Options opts="-version -arg -param -property -update -verbose -nosecurity -noupdate -headless -strict -xml -allowredirect -Xnofork -Xignoreheaders -Xoffline -Xtrustnone -jnlp -html -browser -about -viewer -Xclearcache -license -help -Xtrustall" if [[ $prev == *"-jnlp" || $prev == *"-html" ]] ; then COMPREPLY=($(compgen -f -X "!*" -- ${cur})) if [ -d "$COMPREPLY" ] ; then COMPREPLY="$COMPREPLY/" fi return 0 fi if [[ $cur == "" ]] ; then COMPREPLY=($(compgen -W "aa_file_or_url ${opts} zz_file_or_url" -- ${cur})) return 0 fi if [[ $cur == "-"* ]] ; then COMPREPLY=($(compgen -W "${opts}" -- ${cur})) return 0 else COMPREPLY=($(compgen -f -X "!*" -- ${cur})) if [ -d "$COMPREPLY" ] ; then COMPREPLY="$COMPREPLY/" fi return 0 fi } complete -F _javaws javaws
Upload File
Create Folder