Server IP : 51.89.169.208 / Your IP : 216.73.216.211 Web Server : Apache System : Linux ns3209505.ip-198-244-202.eu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Tue Nov 5 04:50:16 EST 2024 x86_64 User : yellowleaf ( 1019) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/self/root/usr/share/zsh/5.5.1/functions/ |
Upload File : |
#compdef basename gbasename local args variant _pick_variant -r variant gnu=GNU $OSTYPE --version case $variant in gnu) args=( -s -S -A "-*" '(2 -a --multiple)'{-a,--multiple}'[support multiple arguments, handling each]' '(2 -a --multiple -s --suffix)'{-s+,--suffix=}'[remove a trailing suffix]:suffix' '(-z --zero)'{-z,--zero}'[separate output with NUL rather than newline]' '(- *)--version[display version information]' '(- *)--help[display help information]' ) ;; darwin*|dragonfly*|freebsd*) args=( -s -S -A "-*" '(2)-a[support multiple arguments, handling each]' '(-a 2)-s+[remove a trailing suffix]:suffix' ) ;; esac _arguments $args \ '1:file:_files' \ '(*)2:suffix' \ '*:file:_files'