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?!?
[EMAIL PROTECTED]:~$ 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:
[EMAIL PROTECTED] ~]$ 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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"