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
- history
- management
- Italy
- Programming
- hbase
- programming_book
- Python
- Book review
- Spain
- Book
- leadership
- France
- Artificial Intelligence
- Kuala Lumpur
- ubuntu
- program
- RFID
- Software Engineering
- essay
- web
- erlang
- Linux
- MySQL
- Java
- QT
- hadoop
- Malaysia
- django
- comic agile
- agile
Archives
- Today
- Total
목록head (1)
편집기로 열 수 없는 매우 큰 문서에 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를 자체적으로 처리해 볼 수가 없다
Programming
2009. 12. 11. 12:19