strip *
이렇게 하면 한 디렉토리의 모든 파일을 알아서 strip 한다.
왜 이렇게 간단한걸 몰랐을까 ㅠ.ㅠ
이렇게 하면 한 디렉토리의 모든 파일을 알아서 strip 한다.
왜 이렇게 간단한걸 몰랐을까 ㅠ.ㅠ
strip [-F bfdname |--target=bfdname] [-I bfdname |--input-target=bfdname] [-O bfdname |--output-target=bfdname] [-s|--strip-all] [-S|-g|-d|--strip-debug] [-K symbolname |--keep-symbol=symbolname] [-N symbolname |--strip-symbol=symbolname] [-w|--wildcard] [-x|--discard-all] [-X |--discard-locals] [-R sectionname |--remove-section=sectionname] [-o file] [-p|--preserve-dates] [--keep-file-symbols] [--only-keep-debug] [-v |--verbose] [-V|--version] [--help] [--info] objfile... @file Read command-line options from file. The options read are inserted in place of the original @file option. If file does not exist, or cannot be read, then the option will be treated literally, and not removed. [링크 : http://linux.die.net/man/1/strip] |
'Linux' 카테고리의 다른 글
ulimit (1/3) (0) | 2010.06.03 |
---|---|
putenv (3) (2) | 2010.06.03 |
libm (math library) (0) | 2010.05.30 |
sti() cli()는 모하는 넘이야? (2) | 2010.05.29 |
리눅스용 웹브라우저에서 티스토리 이미지 업로드 안되는 경우의 해결책 - Linux + Firefox + Flashplayer + Tistory (0) | 2010.05.27 |