From: Martin Str|mberg Newsgroups: comp.os.msdos.djgpp Subject: Re: rm @manifest.mft under bash? Date: Tue, 24 Jul 2001 18:53:53 +0000 (UTC) Organization: University of Lulea, Sweden Lines: 15 Message-ID: <996000833.294032@queeg.ludd.luth.se> References: <7458-Tue24Jul2001191227+0300-eliz AT is DOT elta DOT co DOT il> X-Trace: news.luth.se 996000833 18283 130.240.16.109 (24 Jul 2001 18:53:53 GMT) X-Complaints-To: abuse AT luth DOT se User-Agent: tin/pre-1.4-981225 ("Volcane") (UNIX) (SunOS/4.1.4 (sun4m)) Cache-Post-Path: queeg.ludd.luth.se!unknown AT father DOT ludd DOT luth DOT se X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Charles Krug wrote: :>> When I uninstall a package, I do: :>> :>> rm @manifest/gcc.2.95.3b.mft :>> :>> But that doesn't work under bash. : "Doesn't work" meaning that it complained and didn't perform the deletion. Isn't the command you should use "rm -f @the_package.mft"? Right, MartinS