| Server IP : 74.208.236.52 / Your IP : 216.73.216.240 Web Server : Apache System : Linux infong527 4.4.400-icpu-115 #2 SMP Mon Jul 6 08:15:05 UTC 2026 x86_64 User : u44043973 ( 5404757) PHP Version : 8.4.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /kunden/usr/share/zsh/functions/Completion/Zsh/ |
Upload File : |
#compdef zmv zln zcp _arguments -s -S -A '-*' \ '(-C -L -s -p)-M[force mv]' \ '(-M -L -s -p)-C[force cp]' \ '(-M -C -p)-L[force ln]' \ '-f[force overwriting of destination files]' \ '-i[interactive: prompt for each operation]' \ '-n[no execution: just print what would happen]' \ '-Q[force bare glob qualifiers on]' \ '(-C -M)-s[symbolic, passed down to ln]' \ '-v[verbose: print line as it is executed]' \ '-o[specify options to pass to underlying command]: opt string' \ '(-M -C -L -s)-p+[specify program to run instead of cp, ln or mv]:program:_command_names -e' \ '(-W)-w[implicitly add parenthesis to wildcards in the pattern]' \ '(-w)-W[like -w, but turn wildcards in replacement patterns into references]' \ '1:source pattern:_files' \ '2:destination pattern:_files'