宇文氏 发表于 2018-8-28 12:30:35

编写一个简单的SHELL脚本

示例
#!/bin/sh  
cd ~
  
mkdir shell_tut
  
cd shell_tut
  

  
for ((i=0; i
页: [1]
查看完整版本: 编写一个简单的SHELL脚本