Try this:
ls | grep -v .jpg
"grep -v" says give me the lines that don't match.
On Tuesday 15 June 2004 17:05, Kyle Faber wrote:
> Evening,
>
> I'm sure its possible, but is there a 'quick' way to reverse a wildcard?
>
> Say I wanted a list of all the "not Jpegs" in a directory? How difficult
> would crafting the following command be?
>
> ls [Everything that is not] *.jpg
>
> It would be awesome if I could transfer this syntax to all commands (how
> easy would directory cleanup be if I could reverse an rm command?)
>
> Ideas?
>
> Kyle Faber
> EMR Internet
> kyle@emr.net
> ---------------------------------------------------
> PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
> To subscribe, unsubscribe, or to change you mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
--
Ed Skinner,
ed@flat5.net,
http://www.flat5.net/
---------------------------------------------------
PLUG-discuss mailing list -
PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss