Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/swift/18.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Function 查找在zsh中定义函数的位置_Function_Shell_Metadata_Zsh - Fatal编程技术网

Function 查找在zsh中定义函数的位置

Function 查找在zsh中定义函数的位置,function,shell,metadata,zsh,Function,Shell,Metadata,Zsh,我可以在zsh中查询函数的定义位置吗?zsh是否存储有关函数的元数据?嗯,zsh在内部存储函数,但我想您想知道zsh从何处读取函数。这可以通过以下方式显示: whence -v FUNCTIONNAME 嗯,zsh在内部存储函数,但我猜您想知道zsh从哪里读取函数。这可以通过以下方式显示: whence -v FUNCTIONNAME

我可以在zsh中查询函数的定义位置吗?zsh是否存储有关函数的元数据?

嗯,zsh在内部存储函数,但我想您想知道zsh从何处读取函数。这可以通过以下方式显示:

whence -v FUNCTIONNAME

嗯,zsh在内部存储函数,但我猜您想知道zsh从哪里读取函数。这可以通过以下方式显示:

whence -v FUNCTIONNAME