Linux
gcloud ssh 명령어를 연속 실행하고자 하는데 실패한다.
silentbrain
2021. 10. 14. 21:38
ssh -n 옵션
https://cloud.google.com/sdk/docs/scripting-gcloud#best_practices
gcloud 도구 명령어 스크립팅 | Cloud SDK 문서 | Google Cloud
의견 보내기 gcloud 도구 명령어 스크립팅 명령줄에서 gcloud 명령줄 도구 명령어를 실행하는 것 외에 스크립트 또는 다른 자동화에서도 이 명령어를 실행할 수 있습니다. 예를 들어 Jenkins를 사용하
cloud.google.com
https://stackoverflow.com/questions/9393038/ssh-breaks-out-of-while-loop-in-bash
ssh breaks out of while-loop in bash
I use this bash-code to upload files to a remote server, for normal files this works fine: for i in `find devel/ -newer $UPLOAD_FILE` do echo "Upload:" $i if [ -d $i ] then echo "
stackoverflow.com