https://bbs.deepin.org/post/156144 编程问题两步走: 1)贴错误提示 2)如果允许,贴出源代码
https://bbs.deepin.org/post/156144 #!/bin/bash i=0 while [ $i -lt 10 ];do
Featured Collection
Popular Events
我最近在 学 shell 脚本编程,发现 ((i++)) 格式自增运算无法正常运行,总是报错,我想请教下是什么原因,或者我看的教程太老了???有没有大神帮忙解答下。。。
先谢谢了!