장인으로의 여정26 [linux command] xxd wireshark 같은 프로그램을 보게 되면 hex로 된 string과 그냥 string 등으로 view를 바꿀 수 있다. linux에서는 xxd라는 명령어로 hex와 일반 string을 변경할 수 있다. xxd - make a hexdump or do the reverse. [예시]fileGET / HTTP/1.1Accept: image/jpeg, application/x-ms-application, image/gif, application/xaml+xml, image/pjpeg, application/x-ms-xbap, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*Accept-Language: ko-KR.. 2016. 1. 21. [bash script] log_viewer.sh [log_viewer.sh의 목적] 로그들만 모아놓은 파일 source.txt와 로그 내용이 담겨있는 log_list.h 에 있는 내용을 합쳐서 보여주자. [예시] input file : source.txt mc.cpp MC_LOG( LOG_INFO, "information" ); mc.cpp MC_LOG( LOG_INFO, MC_001 ); data file : log_list.h #define MC_001 "THIS IS BASH SCRIPT." output ./log_viewer.sh -f source.txt -s "LOG_INFO," f option - input file name input file : source.txt s option - search string searh_str : LOG_.. 2016. 1. 19. 이전 1 ··· 4 5 6 7 다음 반응형