12 2021 档案
摘要:下载 v11.1_linuxx64_expc.tar.gz 官网下载地址: https://www-01.ibm.com/marketing/iwm/iwm/web/pickUrxNew.do?source=swg-db2expressc 解压 路径必须是/home/software mkdir /
阅读全文
摘要:格式 if list then do something here elif list then do another thing here else do something else here fi 示例 #!/bin/bash a=1 b=2 if [ b ];then # 中
阅读全文