作者归档:lipengit
shell脚本:打印文本中字符数不大于6的单词
for循环打印下面这句话中字母数不大于6的单词; I am oldboy tea … 继续阅读
Linux shell脚本语言中数组如何遍历
第一种方法: #!/bin/bash array=(1 2 3 4 5 6 7 … 继续阅读
linux shell数组
1.数组定义 [chengmo@centos5 ~]$ a=(1 2 3 4 5 … 继续阅读
for循环打印下面这句话中字母数不大于6的单词; I am oldboy tea … 继续阅读
第一种方法: #!/bin/bash array=(1 2 3 4 5 6 7 … 继续阅读
1.数组定义 [chengmo@centos5 ~]$ a=(1 2 3 4 5 … 继续阅读