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
- web
- hadoop
- django
- RFID
- Software Engineering
- hbase
- MySQL
- Spain
- leadership
- Italy
- psychology
- comic agile
- history
- QT
- Book
- Book review
- Malaysia
- Linux
- Python
- Kuala Lumpur
- agile
- programming_book
- France
- ubuntu
- Java
- Programming
- erlang
- program
- essay
- management
Archives
- Today
- Total
목록Global (1)
2009/08/17 - [Programming] - diff, find, md5sum, patch 그냥 grep으로 찾을 때 너무 많은 파일을 검색하므로 원하는 종류의 파일에서만 찾으려면 $ find . -name [file name] -exec grep -Hn [string to find] {} \; grep -R: recursively search in directories -I: skip binary files -w: search those which is identical to whole word -H: print file name -n: print line number 함수 선언/구현된 곳을 찾으려면 일단 source 작성 시 규칙을 가지고 있어야 한다. 예를 들어 여기서는 선언/구현인 경우 함..
Programming
2009. 8. 17. 17:15