Two firefoxes, 1.5 and 2.0, script keeps running 1.5 instead of 2.0

Dan Nelson dnelson at allantgroup.com
Thu Apr 12 15:07:23 UTC 2007


In the last episode (Apr 12), Oliver Iberien said:
> Thanks for this... However, I can't get the first command to work:
> 
> bsd# pkg_delete -dfv firefox*
> pkg_delete: No match.
> 
> Is there some other way to express this, or something to tweak in my
> shell I have not done?

You need to escape or quote the asterisk so your shell doesn't try and
expand it:  firefox\*  or "firefox*"

-- 
	Dan Nelson
	dnelson at allantgroup.com


More information about the freebsd-questions mailing list