FILE.1
Upload User: jnzhq888
Upload Date: 2007-01-18
Package Size: 51694k
Code Size: 1k
Category:

OS Develop

Development Platform:

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