写一个bash脚本以统计一个文本文件nowcoder.txt中字母数小于8的单词。 示例: 假设 nowcoder.txt 内容如下: how they are implemented and applied in computer
nowcoder.txt
#!/bin/bash ## ## 统计文件的行数 read -a arr while [ ${#arr[@]} -eq 2 ] do sum=$((${arr[0]} + ${arr[1]})) echo $sum read -a arr done exit 0