From owner-freebsd-questions@FreeBSD.ORG Thu Mar 5 00:06:52 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57D8F1065670 for ; Thu, 5 Mar 2009 00:06:52 +0000 (UTC) (envelope-from claudiu.vasadi@gmail.com) Received: from mail-bw0-f164.google.com (mail-bw0-f164.google.com [209.85.218.164]) by mx1.freebsd.org (Postfix) with ESMTP id D2E2A8FC0A for ; Thu, 5 Mar 2009 00:06:51 +0000 (UTC) (envelope-from claudiu.vasadi@gmail.com) Received: by bwz8 with SMTP id 8so2993491bwz.43 for ; Wed, 04 Mar 2009 16:06:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:to:subject:from :content-type:mime-version:content-transfer-encoding:message-id :user-agent; bh=HKaDfC2Na0OGFk4wuQEQjPGecHbghhQScM37I5DPB9Q=; b=CWfZeb3fo5XSp5mCzNqJjsO2PY8uT095kuJRjvbsrx0d2pUkUPG+WCXAMq0wuRh6+V NwrfCHbML5S5RyNpwlN/wKF6BlcxwCWOsov5p0sY9YRkJzuhkpXxReKSn7J8bIQCkZxl yWGeUaVn3nVAxPxMAV+7gU6a11iKYKg5hMUu0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:to:subject:from:content-type:mime-version :content-transfer-encoding:message-id:user-agent; b=P+NUOsHJEJ1HbQnr3G2NcvdVJHpRhfFZuMDHcTFUz2PTWWm3X+oYZU5HPl/ZBlGnYx CZ4DnXUeKtUD7gSsk6c7+s+I1x6CBGXfDEjEQqRgXyQjpeE1SwP9/nqpgQZeuYdVlF4J TGPkdnyeA6M1D352LNoytXm2vHlf9qjiNjYvc= Received: by 10.223.107.76 with SMTP id a12mr437534fap.23.1236211610693; Wed, 04 Mar 2009 16:06:50 -0800 (PST) Received: from da1-desktop-x64 ([79.113.14.120]) by mx.google.com with ESMTPS id s10sm847772mue.46.2009.03.04.16.06.50 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 04 Mar 2009 16:06:50 -0800 (PST) Date: Thu, 05 Mar 2009 02:01:55 +0200 To: "freebsd-questions@freebsd.org" From: "Vasadi I. Claudiu Florin" Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Message-ID: User-Agent: Opera Mail/9.63 (Win32) Subject: the "yes" comand 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: Thu, 05 Mar 2009 00:06:52 -0000 Hell-o, Ever wondered about the "yes" command? Well, I have. If one does "yes" into a terminal one get's an infinit output of "y" on a new line each time. What's the deal here? I saw the same thing on linux, but you only had to type "y" (those cheap blokes :P) So... what's going on ?