D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
etc
/
bash_completion.d
/
Filename :
iprconfig
back
Copy
# IBM IPR adapter configuration utility # # (C) Copyright 2000, 2015 # International Business Machines Corporation and others. # All Rights Reserved. This program and the accompanying # materials are made available under the terms of the # Common Public License v1.0 which accompanies this distribution. _comp_iprconfig () { iprconfig="${COMP_WORDS[0]}" cur="${COMP_WORDS[COMP_CWORD]}" prev="${COMP_WORDS[COMP_CWORD-1]}" case "${prev}" in "-c") opts=$(${iprconfig} -l 2>/dev/null) COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) ;; "-k") COMPREPLY=( $(compgen -o dirnames -- ${cur}) ) ;; *) opts=$(find /dev -printf "%f\n" | grep -G "^\(sd\|sg\)") COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) ;; esac return 0; } complete -F _comp_iprconfig iprconfig
Name
Size
Last Modified
Owner
Permissions
Actions
authselect-completion.sh
6.329
KB
December 01 2022 1:02:17
root
0644
iprconfig
0.81
KB
May 08 2020 2:19:42
root
0644
perf
6.173
KB
April 15 2025 12:26:22
root
0644
pip2
0.277
KB
April 21 2022 6:08:33
root
0644
scl
2.61
KB
August 25 2017 8:23:02
root
0644
2017 © D7net | D704T team