From owner-freebsd-questions@FreeBSD.ORG Wed Mar 28 13:00:59 2007 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 321E216A500 for ; Wed, 28 Mar 2007 13:00:59 +0000 (UTC) (envelope-from apeksha.godiyal@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.freebsd.org (Postfix) with ESMTP id A530B13C44B for ; Wed, 28 Mar 2007 13:00:58 +0000 (UTC) (envelope-from apeksha.godiyal@gmail.com) Received: by nf-out-0910.google.com with SMTP id k27so3299936nfc for ; Wed, 28 Mar 2007 06:00:57 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=lclvG05J/G7to/btWfSGuNmDAIq/3dFLvhBZysSEcMoD0yJ+jMnJTQvQUyZwq3FQR52afln9NJo8Uh0zy1hA3gb1vjVQ/Z7ngm090SIhZyQv7SRBQX8AdYa1dGzmQ9lwJYNREYJ0wcnnbNXE5FnSj02fhukidc6NMrYB/jl87z0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=ishgcsf2yaIzgHwBFcBAIF7UwWPrJHLj+Z84i7AZU7N67GCNX4FkHOXpNu+FUhDfjvAF+0M0Pu+uFLfTq13kyIE8mSYoQ8yYiULHDrgbA9ox5eFP/d3gBhUlDcOh7MchzNb3juQRIy8UFDuqnUjTxjLdDCGZ9+iqnC0mICunGXM= Received: by 10.82.155.10 with SMTP id c10mr18864938bue.1175085244206; Wed, 28 Mar 2007 05:34:04 -0700 (PDT) Received: by 10.82.148.4 with HTTP; Wed, 28 Mar 2007 05:34:04 -0700 (PDT) Message-ID: <8e1be510703280534h2e0d5169s5fb6c5ba38de1526@mail.gmail.com> Date: Wed, 28 Mar 2007 18:04:04 +0530 From: "Apeksha Godiyal" To: freebsd-questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: stty -echo X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Mar 2007 13:00:59 -0000 Hi, I have been using the command stty -echo which is supposed to turn of displaying characters. But it is not turning off the echoing of typed chars. Example: $ stty -echo $ echo hi hi $ Here "echo hi" should not have been printed. Is this a bug or have I not interpreted the man pages? Thanks in advance, Apeksha Godiyal