aix shell中-h是什么判断?解决办法

aix shell中-h是什么判断?例如Perl codeif [ -h /tmp ][解决办法]FILE exists and is a symbolic link (sa

aix shell中-h是什么判断?
例如

Perl code
if [ -h /tmp ]


[解决办法]
FILE exists and is a symbolic link (same as -L)

[解决办法]
man test