home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / c / gcc263-utildoc.lha / gnu / man / man1 / strings.1 < prev    next >
Encoding:
Text File  |  1994-12-19  |  4.1 KB  |  133 lines

  1.  
  2.  
  3.  
  4. strings(1)            GNU Development Tools            strings(1)
  5.  
  6.  
  7. NNAAMMEE
  8.        strings  -  print  the  strings of printable characters in
  9.        files
  10.  
  11.  
  12. SSYYNNOOPPSSIISS
  13.        ssttrriinnggss
  14.               [--aa|--|----aallll] [--ff|----pprriinntt--ffiillee--nnaammee] [--oo] [----hheellpp]
  15.               [--vv|----vveerrssiioonn] [--nn
  16.               _m_i_n_-_l_e_n|_-_m_i_n_-_l_e_n|----bbyytteess==_m_i_n_-_l_e_n] [--tt
  17.               _{_o_,_x_,_d_}[----ttaarrggeett==_b_f_d_n_a_m_e] |----rraaddiixx==_{_o_,_x_,_d_}] _f_i_l_e
  18.  
  19. DDEESSCCRRIIPPTTIIOONN
  20.        For  each  _f_i_l_e  given,  GNU  ssttrriinnggss prints the printable
  21.        character sequences that are at least  4  characters  long
  22.        (or  the number given with the options below) and are fol-
  23.        lowed by a NUL or newline character.  By default, it  only
  24.        prints  the  strings from the initialized data sections of
  25.        object files; for other types  of  files,  it  prints  the
  26.        strings from the whole file.
  27.  
  28.  
  29.        ssttrriinnggss  is  mainly useful for determining the contents of
  30.        non-text files.
  31.  
  32.  
  33. OOPPTTIIOONNSS
  34.        The long and short forms of options, shown here as  alter-
  35.        natives, are equivalent.
  36.  
  37.  
  38.        --aa
  39.  
  40.        ----aallll
  41.  
  42.        --      Do  not  scan  only the initialized data section of
  43.               object files; scan the whole files.
  44.  
  45.  
  46.        --ff
  47.  
  48.        ----pprriinntt--ffiillee--nnaammee
  49.               Print the name of the file before each string.
  50.  
  51.  
  52.        ----hheellpp Print a summary of the options to  ssttrriinnggss  on  the
  53.               standard output and exit.
  54.  
  55.  
  56.        --vv
  57.  
  58.        ----vveerrssiioonn
  59.               Print the version number of ssttrriinnggss on the standard
  60.               output and exit.
  61.  
  62.  
  63.  
  64. cygnus support             25 June 1993                         1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. strings(1)            GNU Development Tools            strings(1)
  71.  
  72.  
  73.        --nn _m_i_n_-_l_e_n
  74.               --_m_i_n_-_l_e_n
  75.  
  76.        --bbyytteess==_m_i_n_-_l_e_n
  77.               Print sequences of characters  that  are  at  least
  78.               _m_i_n_-_l_e_n  characters long, instead of the default 4.
  79.  
  80.  
  81.        --tt {o,x,d}
  82.  
  83.        ----rraaddiixx=={o,x,d}
  84.               Print  the  offset  within  the  file  before  each
  85.               string.   The  single  character argument specifies
  86.               the radix of  the  offset--octal,  hexadecimal,  or
  87.               decimal.
  88.  
  89.  
  90.        ----ttaarrggeett==_b_f_d_n_a_m_e
  91.                Specify an object code format other than your sys-
  92.               tem's default format.  See oobbjjdduummpp(11), for informa-
  93.               tion on listing available formats.
  94.  
  95.  
  96.        --oo     Like --tt oo.
  97.  
  98.  
  99.  
  100.  
  101. SSEEEE AALLSSOO
  102.        `bbiinnuuttiillss' entry in iinnffoo; _T_h_e _G_N_U _B_i_n_a_r_y _U_t_i_l_i_t_i_e_s, Roland
  103.        H. Pesch (October 1991); aarr(11),  nnmm(11),  oobbjjdduummpp(11),  rraann--
  104.        lliibb(11).
  105.  
  106.  
  107.  
  108. CCOOPPYYIINNGG
  109.        Copyright (c) 1993 Free Software Foundation, Inc.
  110.  
  111.        Permission  is  granted  to  make  and distribute verbatim
  112.        copies of this manual provided the  copyright  notice  and
  113.        this permission notice are preserved on all copies.
  114.  
  115.        Permission is granted to copy and distribute modified ver-
  116.        sions of this manual under  the  conditions  for  verbatim
  117.        copying,  provided  that the entire resulting derived work
  118.        is distributed under the  terms  of  a  permission  notice
  119.        identical to this one.
  120.  
  121.        Permission  is granted to copy and distribute translations
  122.        of this manual into another language, under the above con-
  123.        ditions for modified versions, except that this permission
  124.        notice may be included in  translations  approved  by  the
  125.        Free  Software  Foundation  instead of in the original En-
  126.        glish.
  127.  
  128.  
  129.  
  130. cygnus support             25 June 1993                         2
  131.  
  132.  
  133.