Go to the first, previous, next, last section, table of contents.


strings


strings [-afov] [-min-len] [-n min-len] [-t radix] [-]
        [--all] [--print-file-name] [--bytes=min-len]
        [--radix=radix] [--target=bfdname]
        [--help] [--version] file...

For each file given, GNU strings prints the printable character sequences that are at least 4 characters long (or the number given with the options below) and are followed by an unprintable character. By default, it only prints the strings from the initialized and loaded sections of object files; for other types of files, it prints the strings from the whole file.

strings is mainly useful for determining the contents of non-text files.

GNU strings´Â ÁÖ¾îÁø °¢ file¿¡¼­ Ãâ·Â°¡´ÉÇÑ ¹®ÀÚ°¡ ÃÖ¼Ò 4°³ (ȤÀº ¾Æ·¡ ¿É¼Ç¿¡¼­ ÁöÁ¤ÇÑ ¼ö¸¸Å­) ¿¬¼ÓµÇÀÖÀ¸¸é Ãâ·ÂÇÑ´Ù. ±âº» ÇൿÀ¸·Î ¿ÀºêÁ§Æ® ÆÄÀÏ¿¡¼­ ÃʱâÈ­µÇ°í ·ÎµåµÇ´Â ¼½¼Ç¿¡¼­¸¸ ã°í, ´Ù¸¥ Á¾·ùÀÇ ÆÄÀÏ¿¡¼­´Â ÆÄÀÏ Àüü¿¡¼­ ã´Â´Ù.

stringsÀº ÅؽºÆ®·Î ÀÌ·ç¾îÁöÁö ¾ÊÀº ÆÄÀÏÀÇ ³»¿ëÀ» ¾Ë¾Æ³»´Âµ¥ ÁÖ·Î »ç¿ëÇÑ´Ù.

-a
--all
-
Do not scan only the initialized and loaded sections of object files; scan the whole files.
ÃʱâÈ­µÇ°í ·ÎµåµÇ´Â ¼½¼Ç¿¡¼­¸¸ ãÁö ¾Ê°í, ¸ðµç ÆÄÀÏÀ» °Ë»öÇÑ´Ù.
-f
--print-file-name
Print the name of the file before each string.
°¢ ¹®ÀÚ¿­ ¾Õ¿¡ ÆÄÀϸíÀ» °°ÀÌ Ãâ·ÂÇÑ´Ù.
--help
Print a summary of the program usage on the standard output and exit.
ÇÁ·Î±×·¥ÀÇ °£´ÜÇÑ ¼³¸íÀ» Ç¥ÁØÃâ·Â¿¡ Ãâ·ÂÇÏ°í Á¾·áÇÑ´Ù.
-min-len
-n min-len
--bytes=min-len
Print sequences of characters that are at least min-len characters long, instead of the default 4.
±âº»°ªÀÎ 4 ´ë½Å¿¡ ÃÖ¼Ò min-len ¸¸Å­ ¿¬¼ÓµÈ ¹®ÀÚ¿­À» Ãâ·ÂÇÑ´Ù.
-o
Like `-t o'. Some other versions of strings have `-o' act like `-t d' instead. Since we can not be compatible with both ways, we simply chose one.
`-t o'¿Í °°´Ù. ¸î¸î ´Ù¸¥ strings¿¡¼­´Â `-o'°¡ `-t d' °°ÀÌ ÇൿÇÑ´Ù. µÎ ¹æ¹ýÀÌ ¼­·Î ȣȯµÇÁö ¾Ê±â ¶§¹®¿¡ Çϳª¸¦ ¼±ÅÃÇß´Ù.
-t radix
--radix=radix
Print the offset within the file before each string. The single character argument specifies the radix of the offset---`o' for octal, `x' for hexadecimal, or `d' for decimal.
°¢ ¹®ÀÚ¿­ ¾Õ¿¡ ÆÄÀÏ¿¡¼­ À§Ä¡(¿É¼Â)¸¦ °°ÀÌ Ãâ·ÂÇÑ´Ù. ´ÙÀ½ ÇÑ ¹®ÀÚ°¡ À§Ä¡¸¦ Ãâ·ÂÇÒ ¶§ »ç¿ëÇÒ Áø¼ö¸¦ ³ªÅ¸³½´Ù. `o'´Â 8 Áø¼ö, `x'´Â 16 Áø¼ö, `d'´Â 10 Áø¼ö
--target=bfdname
Specify an object code format other than your system's default format. See section Target Selection, for more information.
½Ã½ºÅÛ ±âº» Çü½ÄÀÌ ¾Æ´Ñ ´Ù¸¥ ¿ÀºêÁ§Æ® ÄÚµå Çü½ÄÀ» ÁöÁ¤ÇÑ´Ù. Target SelectionÀ» Âü°íÇ϶ó.
-v
--version
Print the program version number on the standard output and exit.
ÇÁ·Î±×·¥ÀÇ ¹öÀüÀ» Ç¥ÁØÃâ·Â¿¡ Ãâ·ÂÇÏ°í Á¾·áÇÑ´Ù.


Go to the first, previous, next, last section, table of contents.