D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
zsh
/
5.0.2
/
functions
/
Filename :
_math
back
Copy
#compdef -math- let if [[ "$PREFIX" = *[^a-zA-Z0-9_]* ]]; then IPREFIX="$IPREFIX${PREFIX%%[a-zA-Z0-9_]#}" PREFIX="${PREFIX##*[^a-zA-Z0-9_]}" fi if [[ "$SUFFIX" = *[^a-zA-Z0-9_]* ]]; then ISUFFIX="${SUFFIX##[a-zA-Z0-9_]#}$ISUFFIX" SUFFIX="${SUFFIX%%[^a-zA-Z0-9_]*}" fi _parameters -g '(integer|float)*' || _parameters