✏️ 正在编辑: ether-wake
路径:
/snap/core/17292/usr/share/bash-completion/completions/ether-wake
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
# ether-wake(8) completion -*- shell-script -*- _ether_wake() { local cur prev words cword _init_completion -n : || return case $prev in -i) _available_interfaces -a return 0 ;; -p) return 0 ;; esac if [[ $cur == -* ]]; then COMPREPLY=( $( compgen -W '$( _parse_help "$1" -u ) -V' -- "$cur" ) ) return 0 fi _mac_addresses } && complete -F _ether_wake ether-wake # ex: ts=4 sw=4 et filetype=sh
💾 保存文件
← 返回文件管理器