zsh-users
 help / color / mirror / code / Atom feed
From: DervishD <raul@pleyades.net>
To: Lloyd Zusman <ljz@asfast.com>
Cc: zsh-users@sunsite.dk
Subject: Re: Suppressing "no matches found" Glob Message?
Date: Tue, 29 Jun 2004 12:41:54 +0200	[thread overview]
Message-ID: <20040629104154.GF3953@DervishD> (raw)
In-Reply-To: <m31xjyvgar.fsf@asfast.com>

    Hi Lloyd :)

    Has been a long time since our last email :))) I'm happy to hear
from you again :)

 * Lloyd Zusman <ljz@asfast.com> dixit:
> >     function special_ls() {
> >
> >         emulate -L zsh
> >         setopt NOMATCH
> >
> >         ls **/*(.) >& /dev/null
> >
> >         return 0
> >     }
> That will print nothing _except_ a possible error message!

    O:)) Sorry, I used >& instead of the correct 2> I was writing
this in a hurry O:)
 
> How about this?
> 
>     function special_ls() {
> 
>         emulate -L zsh
>         setopt NOMATCH
> 
>         { ls **/*(.) } 2>/dev/null
> 
>         return 0
>     }

    Perfecto ;))

    Best regards, Lloyd :)

    Raúl Núñez de Arenas Coronado

-- 
Linux Registered User 88736
http://www.pleyades.net & http://raul.pleyades.net/


  reply	other threads:[~2004-06-29 10:52 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-27  2:39 Aaron Davies
2004-06-27 10:42 ` DervishD
2004-06-27 22:50   ` Aaron Davies
2004-06-28  8:53     ` DervishD
2004-06-28 22:53       ` Aaron Davies
2004-06-29  8:52         ` DervishD
2004-06-29  9:56           ` Lloyd Zusman
2004-06-29 10:41             ` DervishD [this message]
2004-06-29 16:12       ` Bart Schaefer
2004-06-29 16:34         ` DervishD
2004-06-29 23:04         ` Aaron Davies
2004-06-30 10:10           ` Bart Schaefer
2004-07-01  4:28             ` Aaron Davies
2004-06-27 22:52   ` Aaron Davies

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040629104154.GF3953@DervishD \
    --to=raul@pleyades.net \
    --cc=ljz@asfast.com \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).