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.
私は自分のコードでこれをやっています
ssh -q username@ip 'crontab -l' > $PWD/crontab.txt
サーバーに があればcrontab問題なく動作します。しかし、そのサーバーに crontab がない場合、メッセージが表示されますno crontab for username。
crontab
no crontab for username
このメッセージを無効にする方法はありますか? crontab がない場合、何も出力したくありません。
前もって感謝します