gpt4 book ai didi

arrays - 如何计算 BASH 数组中的项目出现次数?

转载 作者:行者123 更新时间:2023-12-03 22:50:59 26 4
gpt4 key购买 nike

我有一个数组 ${myarr[@]}与字符串。 ${myarr[@]}基本上由行组成,每行由单词组成。

world hello moon
weather dog tree
hello green plastic

我需要计算 hello 的出现次数在这个数组中。
我该怎么做?

最佳答案

替代方案(无循环):

grep -o hello <<< ${myarr[*]} | wc -l

关于arrays - 如何计算 BASH 数组中的项目出现次数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15686881/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com