From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 502 invoked by alias); 1 Aug 2014 21:08:33 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 32938 Received: (qmail 2551 invoked from network); 1 Aug 2014 21:08:21 -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=-1.7 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS autolearn=no version=3.3.2 X-Injected-Via-Gmane: http://gmane.org/ To: zsh-workers@zsh.org From: Stephane Chazelas Subject: [doc] read -qs Date: Fri, 1 Aug 2014 22:04:41 +0100 Message-ID: <20140801210441.GA29604@chaz.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 5ec185ff.skybroadband.com Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) The doc for the "read" builtin has: -s Don't echo back characters if reading from the terminal. Currently does not work with the -q option. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Why? It seems to work for me (no echo when I do "read -qs"). (zsh 5.0.5) -- Stephane