Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/bash/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
在shell(bash)中-gt做什么?_Bash - Fatal编程技术网

在shell(bash)中-gt做什么?

在shell(bash)中-gt做什么?,bash,Bash,我一直在互联网上到处寻找,但是可以找到-gt在bash中的作用。感谢您的帮助。如果您需要这里的示例: while test $# -gt 0 do arg="$1"; shift done 大于 谷歌搜索BTW的第一页对于测试,它是“大于”的命令行参数,请参见:$mantest

我一直在互联网上到处寻找,但是可以找到-gt在bash中的作用。感谢您的帮助。如果您需要这里的示例:

while test $# -gt 0
do
    arg="$1"; shift
done
大于


谷歌搜索BTW的第一页

对于
测试
,它是“大于”的命令行参数,请参见:
$mantest