Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- grep
- 줄바꿈 문자
- port
- JavaScript
- 단축키
- context
- vscode
- web.xml
- xargs
- netsh
- ssh
- Windows
- Source
- resource
- profile
- lsof
- Eclipse
- import
- 네트워크
- bash
- plugin
- find
- Quartz
- tomcat
- Windows 10
- Mac
- maVen
- VirtualBox
- IntelliJ
- GIT
Archives
- Today
- Total
develog
[bash] ssh 로 로컬 파일 내용을 원격 서버 파일에 붙이기 본문
ssh user01@linux01 -p 22 'cat > remote-file.txt' < local-file.txt
Comments