file.1
来自「操作系统设计与实现源码」· 1 代码 · 共 60 行
1
60 行
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
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?