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 | 31 |
Tags
- Source
- port
- Windows 10
- web.xml
- bash
- Mac
- netsh
- tomcat
- VirtualBox
- JavaScript
- 단축키
- context
- Quartz
- xargs
- ssh
- plugin
- 줄바꿈 문자
- Windows
- maVen
- GIT
- IntelliJ
- lsof
- resource
- import
- vscode
- Eclipse
- find
- 네트워크
- grep
- profile
Archives
- Today
- Total
develog
[Linux] tab size 변경 본문
cat 명령어 실행, 아래 내용 입력후 ctrl+d 입력하고 빠져나온다
[dev01@dev1 ~]$ cat >.exrc set ts=4 set ai |
source 명령어로 적용
[dev01@dev1 ~]$ source .exrc [dev01@dev1 ~]$ |
'OS & Shell > Linux' 카테고리의 다른 글
[Linux] bash 설정 (0) | 2017.05.23 |
---|---|
[Linux] rm -rf (0) | 2017.05.16 |
[Linux] Linux 버전 확인 (0) | 2015.08.21 |
[Linux] ls 정렬 (0) | 2015.06.17 |
[Linux] awk (0) | 2015.03.03 |
Comments