Johann Spies <jsp...@sun.ac.za> wrote: > I have been using wajig for years and now the commandline options has > changed and I find it a bit annoying.
> I could quickly type 'wajig list emacs' to find out which emacs-related > Now I have to type 'wajig listinstalled | grep emacs' There's no question in your email, so I'm not sure what you want us to do about your issue. You could create a function (or script) for it, and save yourself even more typing than in your original scenario, I suppose. I'd suggest do something like this: wajiglist() { wajig listinstalled "$1"; } although TBH I'm not sure that it gains you anything over this: wajiglist() { dpkg -l "*$1*"; } Chris -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/aavo49xk3a....@news.roaima.co.uk