Команды SFK


    1        2        3        4        5        6        7        8        9        10    

Раздел 3. Conversion - Преобразование
bin-to-src | chars | crlf-to-lf | csvtotab | dec | decode | detab | encode | entab | hex | hexdump | hextobin | join | lf-to-crlf | oload | scantab | split | tabtocsv | utoa | uuencode | wtoa | wtou |

Help:   Рус   |   Eng        Refer:   Рус   |   Eng  

Команда: scantab
sfk scantab [-quiet] dir [mask] [-pure]

   list files containing tabs.

   options
      -quiet   do not list filenames, show only statistics.
      -pure    list only filenames, but no statistics.

   return codes for batch files
      0 = no tabs, 1 = tabs found, >1 = error occurred.

   web reference
      http://stahlworks.com/sfk-scantab

   examples
      sfk scantab mydir
         list all text files with tabs in mydir.