fileutil::magic::filetype - Procedures implementing file-type recognition
TABLE OF
CONTENTS
SYNOPSIS
DESCRIPTION
REFERENCES
SEE ALSO
KEYWORDS
package require Tcl 8.4
package require fileutil::magic::filetype ?1.0.2?
|
This package provides a command for the recognition of file types in pure Tcl.
The core part of the recognizer was generated from a "magic(5)" file containing the checks to perform to recognize files, and associated file-types.
Beware! This recognizer is large, about 276 Kilobyte of generated Tcl code.
file(1), fileutil , magic(5)
file recognition , file type , file utilities , type