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 |
Tags
- Mac
- plugin
- IntelliJ
- 단축키
- find
- lsof
- import
- bash
- 줄바꿈 문자
- maVen
- context
- profile
- Windows
- port
- Eclipse
- vscode
- ssh
- JavaScript
- Windows 10
- resource
- GIT
- netsh
- tomcat
- 네트워크
- VirtualBox
- web.xml
- Source
- Quartz
- xargs
- grep
Archives
- Today
- Total
develog
[bash] sed 파일 내용 바꾸기 본문
# centos
sed -i 's/^Password no/Password yes/' aa.txt
Comments