FILE.1
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:
操作系统开发
开发平台:
C/C++
- FILE(1) Minix Programmer's Manual FILE(1)
- NAME
- file - make a guess as to a file's type based on contents
- SYNOPSIS
- file name ...
- EXAMPLES
- file a.out ar.h # Guess at types
- DESCRIPTION
- File reads the first block of a file and tries to make an intelligent
- guess about what kind of file it is. It understands about archives, C
- source programs, executable binaries, shell scripts, and English text.
- 1