[Mono-dev] Sort and Searching of lising assemblies via gacutil

Kornél Pál kornelpal at hotmail.com
Sun Aug 21 04:43:46 EDT 2005


I don't think there is a need for such functionality.

There are a lot of tools to deal with such filtering, particularly on Linux
(the OS you mentioned).

You can use grep for example:

Instead of gacutil -ls Firebird*:
gacutil -l | grep Firebird

The above will look for Firebird on the entire line of course but I don't
see any chance to have Firebird as a version, culture name or public key
token.

Instead of gacutil -lsi:
gacutil -l | grep -i

Kornél

----- Original Message -----
From: "Daniel Morgan" <monodanmorg at yahoo.com>
To: <mono-devel-list at lists.ximian.com>
Sent: Sunday, August 21, 2005 9:48 AM
Subject: [Mono-dev] Sort and Searching of lising assemblies via gacutil


> Can we have an option like the -l option to list
> assemblies but allow it to be sorted or search for
> specifc assemblies using a wildcard?
>
> gacutil -ls Firebird*
> This would search for anything like Firebird*
> If FirebirdSql.Data.Firebird.dll was in the gac, it
> would be listed.
>
> On Linux, it looks like it sorts by collation.   This
> is fine because this is the way sorting of files on
> Unix file systems work.  However, I would like it to
> be sorted by case insensitive.
>
> gacutil -lsi
>
> This would list all assemblies sorting
> case-insensitive.
>
> You do not have to implement the features above
> exactly like I mention, but I would like to have
> sorting and searching via a wildcard.
>
> Is it possible?
>
> Thanks,
> Daniel
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>




More information about the Mono-devel-list mailing list