gpt4 book ai didi

linux - 如何在 shell 脚本中从 mongo 数据库中获取确切的集合列表

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:18:10 24 4
gpt4 key购买 nike

我想从 mongo 数据库中获取集合名称列表。因此,我在 shell 脚本中使用以下命令:

collections=mongo $dbName --eval "db.getCollectionNames()"

这条命令的输出结果是

“MongoDB shell 版本:2.2.0 连接到:cm_v2 col1,col2,col3,col4”

我只想获取集合名称,例如:col、col2、col3、col4。那么,我应该如何从结果中删除类似版本的输出。

最佳答案

使用--quiet 旗帜

collections=mongo $dbName --quiet --eval "db.getCollectionNames()"

关于linux - 如何在 shell 脚本中从 mongo 数据库中获取确切的集合列表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21038710/

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