Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
2 つ以上の mongo プロセスが実行されているかどうかを確認するために実行しようとしています[ pgrep mongo | wc -l -gt 2]が、このエラーが発生し続けます -bash: [: missing `]'
[ pgrep mongo | wc -l -gt 2]
ここで単純なものが欠けているように感じます。ありがとう!