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
'Linux' 카테고리의 다른 글
Ubuntu 방화벽, UFW 주요 설정 명령어 (0) | 2022.10.03 |
---|---|
xargs를 이용한 앞선 명령어의 출력을 뒤의 명령어 입력으로 넣기 (0) | 2019.10.24 |
Ubuntu 부팅하면서/단일 커맨드로 암호 강제 설정 방법 (0) | 2019.07.19 |
Hyper-V Ubuntu 18.04 고급 세션 사용하기 (0) | 2018.09.12 |
Ubuntu 18.04 / Eclipse에 nodejs plugin 설치 시 오류 (0) | 2018.07.05 |