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
- web
- MySQL
- management
- Book review
- France
- Malaysia
- history
- hadoop
- QT
- ubuntu
- leadership
- hbase
- program
- Java
- comic agile
- Kuala Lumpur
- Linux
- Python
- RFID
- agile
- django
- Programming
- Book
- programming_book
- essay
- Italy
- AI
- erlang
- Software Engineering
- Artificial Intelligence
Archives
- Today
- Total
편집기로 열 수 없는 매우 큰 문서에 NULL character가 있는 경우 본문
vi로는 거의 열기 힘든 매우 큰 문서에 NULL character가 있어서 살펴봐야 하는 경우
head나 tail로 redirection을 하면 알 수 있다
ex) head -n [line number] [file name] > [other name]
그냥 head -n [line number] [file name]로 출력하면 stdout에서는 NULL character를 자체적으로 처리해 볼 수가 없다
head나 tail로 redirection을 하면 알 수 있다
ex) head -n [line number] [file name] > [other name]
그냥 head -n [line number] [file name]로 출력하면 stdout에서는 NULL character를 자체적으로 처리해 볼 수가 없다
Comments