bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: test -t some-file, etc.


From: Paul Jarc
Subject: Re: test -t some-file, etc.
Date: 08 Mar 2001 09:42:51 -0500
User-agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/20.7

Dan Jacobson <jidanni@kimo.FiXcomTHiS.tw> writes:
> Also, I was hoping the test 'help' and 'man' information would say what
> happens when fd is ommitted, i.e. test -t

In that case, you have test with a single argument, which means:
        STRING         True if string is not empty.
So -t looks like an operator, but it's really an operand in this case.


paul



reply via email to

[Prev in Thread] Current Thread [Next in Thread]