Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jul 2007 01:18:02 -0700
From:      Garrett Cooper <youshi10@u.washington.edu>
To:        Lupe Christoph <lupe@lupe-christoph.de>, ports@freebsd.org
Subject:   Re: Proposal for another category in INDEX: common_deps
Message-ID:  <46A06FBA.9010300@u.washington.edu>
In-Reply-To: <46A0684B.7070505@u.washington.edu>
References:  <46A05B21.90603@u.washington.edu> <46A05C52.20205@u.washington.edu>	<20070720073511.GB13702@lupe-christoph.de> <46A0684B.7070505@u.washington.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
Garrett Cooper wrote:
> Lupe Christoph wrote:
>> On Thursday, 2007-07-19 at 23:55:14 -0700, Garrett Cooper wrote:
>>
>>  
>>>    redirecting input in and out doesn't work for (t)csh
>>>     
>>
>> Huh?!?
>>
>> lupe@vmw-freebsdcvs:~$ csh %cat > /tmp/aaa
>> Some garbage text
>> %cat < /tmp/aaa > /tmp/bbb
>> %cat /tmp/bbb
>> Some garbage text
>>
>> Lupe Christoph
>>   
>
> Ok, the document I was reading must have been outdated, or about the 
> original csh. The current csh points tcsh, which is a lot more vamped 
> up than the original Berkeley csh I believe:
>
> [gcooper@tanaka ~]$ csh --help | grep tcsh
> tcsh 6.15.00 (Astron) 2007-03-03 (i386-intel-FreeBSD) options 
> wide,nls,dl,al,kan,sm,rh,color,filec
> See the tcsh(1) manual page for detailed information.
>
> -Garrett

    Sorry, this is what I meant:

%cat /dev/zero 2> /dev/null > /dev/null
Ambiguous output redirect.

    Since I only output to STDOUT, it isn't a problem.
-Garrett



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46A06FBA.9010300>