Shell 简易教程
Posted 水月江南
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Shell 简易教程相关的知识,希望对你有一定的参考价值。
符号 含义
-d file 为目录且存在
-e file 为文件且存在
-f file 为非目录普通文件且存在
-s file 存在且长度不为 0
-L file 为连接且存在
-r file 为文件且可读
-w file 为文件且可写
-x file 为文件且可执行
符号 | 含义 |
---|---|
-eq | equal |
-ne | not equql |
-gt | greater than |
-ge | greater equal |
-lt | less than |
-le | less equal |
---------------------
作者:spch2008
来源:CSDN
原文:https://blog.csdn.net/spch2008/article/details/51375264
以上是关于Shell 简易教程的主要内容,如果未能解决你的问题,请参考以下文章
Ocelot简易教程之集成IdentityServer认证以及授权