delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2009/04/02/06:51:19

X-Recipient: archive-cygwin AT delorie DOT com
X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL
X-Spam-Check-By: sourceware.org
Message-ID: <49D4A690.4030803@byu.net>
Date: Thu, 02 Apr 2009 05:50:40 -0600
From: Eric Blake <ebb9 AT byu DOT net>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20090302 Thunderbird/2.0.0.21 Mnenhy/0.7.6.666
MIME-Version: 1.0
To: cygwin AT cygwin DOT com, sudhap AT techmahindra DOT com
Subject: Re: cygwin commands (cat,grep) not working in my windows 2008 machine
References: <22842028 DOT post AT talk DOT nabble DOT com> <5E25AF06EFB9EA4A87C19BC98F5C875302F66374 AT core-email DOT int DOT ascribe DOT com> <22846005 DOT post AT talk DOT nabble DOT com>
In-Reply-To: <22846005.post@talk.nabble.com>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to sudhap85 on 4/2/2009 5:45 AM:
> Hi,
>      what i means the problem here is that function is not working for me.
> (i.e) if i run cat > file1 >>file2. Here file1 content is not copied to
> file2.

This is not cygwin specific.  Nor is it how the shell works.  If you want
output to go to two places, you need to use tee, not multiple redirection
operators.

tee file2 < file1 >> file3

copies file1 into file2 (overwrite) and file3 (append).  You probably want
to read a good shell tutorial book.

- --
Don't work too hard, make some time for fun as well!

Eric Blake             ebb9 AT byu DOT net
volunteer cygwin coreutils maintainer
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAknUppAACgkQ84KuGfSFAYD8DwCeImC/gLouWFsuuwCMaVYPhVBl
de0AnRneVc9D4xhQZcSCM4AJIyrZcXMt
=edno
-----END PGP SIGNATURE-----

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019