| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 | ** README for file(1) Command **@(#) $Id: README,v 1.20 1993/09/23 21:47:01 christos Exp $This is release 3.20.1 of the file(1) command for Linux. It was hackedout of version 3.20 (Ian Darwin and Christos Zoulas) by Albert Cahalanbecause the default compiler options were poor and because they refusedto upload it to any Linux archive site. Linux archives ended up withversion 3.15 + a patch to fix a bug. (Linux users: please help keep thearchives updated. Remember to use the C compiler options I put in theMakefile, increase the version by 0.0.1 as requested, and add yourselfto the documentation as requested. Archive sites include sunsite.unc.edu,tsx-11.mit.edu, ftp.funet.fi, and ftp.redhat.com) <acahalan@cs.uml.edu>This is Release 3.x of Ian Darwin's (copyright but distributable)file(1) command.  Release 3.x is scheduled for inclusion in the4.4 BSD (Berkeley Software Distribution) of UNIX-likesoftware, and is the standard "file" command for Linux, 386bsd,and other systems. (See "patchlevel.h" for the exact release number).UNIX is a trademark of UNIX System Laboratories.The prime contributor to Release 3.8 was Guy Harris, who put in megachangesincluding byte-order independance.The prime contributor to Release 3.0 was Christos Zoulas, who putin hundreds of lines of source code changes, including his ownANSIfication of the code (I liked my own ANSIfication better, buthis (__P()) is the "Berkeley standard" way of doing it, and I wanted UCBto include the code...), his HP-like "indirection" (a feature ofthe HP file command, I think), and his mods that finally got theuncompress (-z) mode finished and working.This release has compiled in numerous environments; see PORTINGfor a list and problems.This fine freeware file(1) follows the USG (System V) model of the filecommand, rather than the Research (V7) version or the V7-derived 4.[23]Berkeley one. That is, the file /etc/magic contains much of the ritualinformation that is the source of this program's power. My versionknows a little more magic (including tar archives) than System V; the/etc/magic parsing seems to be compatible with the (poorly documented)System V /etc/magic format (with one exception; see the man page).In addition, the /etc/magic file is built from a subdirectoryfor easier(?) maintenance.  I will act as a clearinghouse formagic numbers assigned to all sorts of data files thatare in reasonable circulation. Send your magic numbers,in magic(4) format please, to the maintainer, Christos Zoulas.LEGAL.NOTICE - read this first.README - read this second (you are currently reading this file).PORTING - read this only if the program won't compile.Makefile - read this next, adapt it as needed (particularly	the location of the old existing file command and	the man page layouts), type "make" to compile, 	"make try" to try it out against your old version.	Expect some diffs, particularly since your original	file(1) may not grok the imbedded-space ("\ ") in	the current magic file, or may even not use the	magic file.apprentice.c - parses /etc/magic to learn magicascmagic.c - third & last set of tests, based on hardwired assumptions.core - not included in distribution due to mailer limitations.debug.c - includes -c printout routinefile.1 - man page for the commandmagic.4 - man page for the magic file, courtesy Guy Harris.	Install as magic.4 on USG and magic.5 on V7 or Berkeley; cf Makefile.file.c - main programfile.h - header filefsmagic.c - first set of tests the program runs, based on filesystem infois_tar.c - knows about tarchives (courtesy John Gilmore).magdir - directory of /etc/magic pieces	magdir/Makefile - ADJUST THIS FOR YOUR CONFIGURATIONnames.h - header file for ascmagic.csoftmagic.c - 2nd set of tests, based on /etc/magicstrtok.c, getopt.c - in case you them (courtesy of Henry Spencer).strtol.c, strchr.c - in case you need them - public domain.tst - simple test suite, built from tst/MakefileE-mail: christos@deshaw.com, moraes@deshaw.comPhone: Do not even think of telephoning me about this program. Send cash first!Parts of this software were developed at SoftQuad Inc., 56 AberfoyleCres, # 810, Toronto, Ontario CANADA M8X 2W4.  Phone: 416-239-4801 or800-387-2777. Email: mail@sq.com.  Call for information on SGML editingand browsing, Unix text processing, and customised products on Unix,DOS and Mac.
 |