Bash : test 命令
发布时间:2020-12-15 17:13:34 所属栏目:安全 来源:网络整理
导读:test = = ] test ; It test -n ; test -z ; It abc= test == ; You got same . abc= test != ; Your word is not . abc= test != $abc; test != hello xx num= test -eq ; num is . n1 - - - - - -ge n2 : n1 大于或等于 n2 test. = test -f ; It = test -d
test = = ]
test ;
It
test -n ;
test -z ;
It
abc=
test == ;
You got same .
abc=
test != ;
Your word is not .
abc=
test != $abc;
test != hello xx
num=
test -eq ;
num is .
n1 ------ge n2 : n1 大于或等于 n2
test.=
test -f ;
It
=
test -d ;
It
-b -c -d -e -f -g -h -p -r -s -u - -x -S : 文件存在并且是一个 socket。
(编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |