From owner-freebsd-questions@FreeBSD.ORG Fri Jun 15 07:57:30 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 1815616A46D for ; Fri, 15 Jun 2007 07:57:30 +0000 (UTC) (envelope-from oregnier@oregnier.net) Received: from 30.mail-out.ovh.net (30.mail-out.ovh.net [213.186.62.213]) by mx1.freebsd.org (Postfix) with SMTP id 6B27F13C46A for ; Fri, 15 Jun 2007 07:57:29 +0000 (UTC) (envelope-from oregnier@oregnier.net) Received: (qmail 23921 invoked by uid 503); 15 Jun 2007 07:31:08 -0000 Received: (QMFILT: 1.0); 15 Jun 2007 07:31:08 -0000 Received: from unknown (HELO mail183.ha.ovh.net) (213.186.33.59) by 30.mail-out.ovh.net with SMTP; 15 Jun 2007 07:31:08 -0000 Received: from b0.ovh.net (HELO queue-out) (213.186.33.50) by b0.ovh.net with SMTP; 15 Jun 2007 07:30:45 -0000 Received: from mac76-2-82-241-6-173.fbx.proxad.net (HELO ?127.0.0.1?) (postmaster@oregnier.net@82.241.6.173) by ns0.ovh.net with SMTP; 15 Jun 2007 07:30:44 -0000 Message-ID: <46724027.4070908@oregnier.net> Date: Fri, 15 Jun 2007 09:30:47 +0200 From: Olivier Regnier User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Ovh-Remote: 82.241.6.173 (mac76-2-82-241-6-173.fbx.proxad.net) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-Spam-Check: DONE|H 0.5/N Subject: csh and echo syntax 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: Fri, 15 Jun 2007 07:57:30 -0000 Hello, I'm running FreeBSD 6.2 and i use for the moment csh. When i test this command in console echo -ne "/dev/da0s1\t /mnt/usb\t msdos\t rw,noauto\t 0\t 0" >> /etc/fstab and with a cat /etc/fstab, i have this : -ne /dev/da0s1\t /mnt/usb\t msdos\t rw,noauto\t 0\t 0 The \t is not supported with a echo in csh ? What happened ? Thank you in advance.