On Mon, 2008-02-11 at 22:58 -0600, Raphael Geissert wrote:
> Please add the following bashisms based on the next test:

Out of interest, how often were these found during your archive scans?

> echo $SECONDS
> echo $OSTYPE
> echo $HOSTTYPE
> echo $MACHTYPE
> echo $HOSTNAME
> echo $DIRSTACK
> echo $EUID
> cat <<< 'echo moo!'
> bash <<< 'echo foo'

I'm guessing "never" for these two :-)

> echo 'die!' > /dev/tcp/domain.tld/80 #Debian's bash doesn't support it, but...
> echo 'die!' > /dev/udp/domain.tld/21 #Debian's bash doesn't support it neither

I definitely won't be adding:

> echo $LINENO #posh _DOES_ display this one

because it's not a bashism. In fact it's not even an XSIism.

Regards,

Adam



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to