Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[[ str == pat ]] ?
- X-seq: zsh-workers 450
- From: Glenn Barry <glenn@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: [[ str == pat ]] ?
- Date: Thu, 12 Oct 1995 01:42:33 -0400
- Organization: Emory University, Dept of Math and CS
- Reply-to: glenn@xxxxxxxxxxxxxxxx (Glenn Barry)
most excellant zsh workers,
According to the "Korn Shell Ref" card (updated for ksh93) from SSC
[[ str == pat ]]
is preferred and
[[ str = pat ]]
is "obsolete" (but still works of course).
Can the == for [[ be added to zsh? We've got some code that
needs to work on both ksh and zsh so it would be nice...
thx,
glenn
Messages sorted by:
Reverse Date,
Date,
Thread,
Author