Clone a subdirectory on Git
보호되어 있는 글입니다.
보호글
2019. 7. 26. 12:45
Merge multiple repositories to the single repository on Git
보호되어 있는 글입니다.
보호글
2019. 7. 26. 12:43
Merge a branch on Git for multiple repositories
보호되어 있는 글입니다.
보호글
2019. 7. 26. 12:35
Iterate over a list of files with spaces
보호되어 있는 글입니다.
보호글
2017. 10. 15. 22:48
Download multiple files with scp and sshpass
Needs to install the sshpass before run. #!/bin/bash #sshpass: yum install sshpass needed IP="SERVER_IP"DIR_PATH="DIRECTORY"FILES=("file1" "file2" "file3") for f in "${FILES[@]}"do sshpass -p "PASSWORD" scp ACCOUNT@$IP:$DIR_PATH/$f .done
Programming/Shell
2017. 10. 14. 10:19
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Oracle
- ssh
- jboss
- SMPP
- monitoring
- install
- EMV
- docker
- Maven
- Tomcat
- OOP
- bash
- log4j
- Jose
- spring
- SBM
- Shell
- Guava
- dump
- zookeeper
- Heap
- spring boot
- Java
- nodejs
- JSF
- svn
- bouncycastle
- Dependency
- Kubernetes
- ubuntu
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
글 보관함