Proposal for another category in INDEX: common_deps

Garrett Cooper youshi10 at u.washington.edu
Fri Jul 20 08:18:05 UTC 2007


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 at 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 at 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


More information about the freebsd-ports mailing list