FILE.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
源码类别:

操作系统开发

开发平台:

WINDOWS

  1. FILE(1)                   Minix Programmer's Manual                    FILE(1)
  2. NAME
  3.      file - make a guess as to a file's type based on contents
  4. SYNOPSIS
  5.      file name ...
  6. EXAMPLES
  7.      file a.out ar.h     # Guess at types
  8. DESCRIPTION
  9.      File reads the first block of a file and tries  to  make  an  intelligent
  10.      guess  about  what  kind  of file it is. It understands about archives, C
  11.      source programs, executable binaries, shell scripts, and English text.
  12.                                                                              1