From: Martin Str|mberg Newsgroups: comp.os.msdos.djgpp Subject: Re: file(1) Date: Sun, 18 Feb 2001 11:24:12 +0000 (UTC) Organization: University of Lulea, Sweden Lines: 22 Message-ID: <96obcr$h3s$1@news.luth.se> References: X-Trace: news.luth.se 982495452 17532 130.240.16.18 (18 Feb 2001 11:24:12 GMT) X-Complaints-To: abuse AT luth DOT se User-Agent: tin/pre-1.4-981225 ("Volcane") (UNIX) (SunOS/4.1.4 (sun4m)) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Eli Zaretskii wrote: : On Sat, 17 Feb 2001, Martin Str|mberg wrote: :> 1. Try specify an alternative magic file with -m: :> file -m t:/magic /djgpp/bin/ranlib.exe :> file.exe: couldn't find any magic files! :> :> I worked around this by using "/dev/t/" instead of "t:/". : It's indeed not nice for a DJGPP port not to support native DOS/Windows : file names. : What happens if you use backslashes? Does it support something like : \foo\bar\baz? It should, IMHO. Not for the "-m" option. But for the file we are exmining, it does. Right, MartinS