strings(1) | GNU Development Tools | strings(1) |
strings - ファイル中の表示可能な文字列を表示する
GNU strings は、与えられたそれぞれの file から表示可能なキャラクタの列を表示する。デフォルトでは 4 文字以上の長 さのものを、可能な限り表示するが、この長さは以下で説明するオプションに よって変更可能である。ファイルがオブジェクトファイルの場合のデフォルト では、初期化・ロードされたセクションからの文字だけを表示する。他のファ イルについては、ファイル全体から文字列を探し、表示する。
strings は主としてテキストファイル以外のファイル内容を判断するために用いられる。
長いフォーマットと短いフォーマットが並べて書いてある場合は、それらは等 価である。
info の ` binutils ' エントリ、 The GNU Binary Utilities, Roland H. Pesch (October 1991)、 ar(1)、 nm(1)、 objdump(1)、 ranlib(1)
Copyright (c) 1993 Free Software Foundation, Inc.
Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies.
Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one.
Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions, except that this permission notice may be included in translations approved by the Free Software Foundation instead of in the original English.
25 June 1993 | cygnus support |