From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13218 invoked by alias); 14 Mar 2012 19:07:00 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 16883 Received: (qmail 20561 invoked from network); 14 Mar 2012 19:06:49 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: * X-Spam-Status: No, score=2.0 required=5.0 tests=BAYES_00,RCVD_IN_BRBL_LASTEXT, RCVD_IN_RP_RNBL,RCVD_IN_SORBS_DUL,RDNS_DYNAMIC,TO_NO_BRKTS_DYNIP autolearn=no version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at asia-king.co.uk does not designate permitted sender hosts) From: Anonymous Comments: This message did not originate from the Sender address above. It was remailed automatically by anonymizing remailer software. Please report problems or inappropriate use to the remailer administrator at . To: zsh-users@zsh.org Subject: Why is this happening in zsh? Message-ID: <3d1c765788f2c6b89b58beae6b318b54@foo.asia-king.co.uk> Date: Wed, 14 Mar 2012 19:59:02 +0100 (CET) I am moving away from Bash to zsh and I have one problem that keeps coming up. Somehow zsh is interfering in interpreting commands and I know there must be an option to stop this but I can't figure which one to use. An example is fossil --ignore *.class zsh: no matches found *.class fossil never receives the command at all I also have problems sometimes with rsync and have to use Bash. zsh is trying to substitute things that are supposed to be passed to the command. How can I set zsh to always ignore these without breaking something I haven't though of maybe like rm *.class