zsh-users
 help / color / mirror / code / Atom feed
* [[ -o interactive ]] vs if [[ -o login ]]?
@ 2011-08-14 22:46 TJ Luoma
  2011-08-14 23:24 ` Mikael Magnusson
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: TJ Luoma @ 2011-08-14 22:46 UTC (permalink / raw)
  To: Zsh Users

If there any reason to prefer

if [[ -o interactive ]]

rather than

 if [[ -o login ]]

?

Are they two ways of saying the same thing? If not, could someone
explain the difference?

Thanks

TjL


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-08-15  1:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-14 22:46 [[ -o interactive ]] vs if [[ -o login ]]? TJ Luoma
2011-08-14 23:24 ` Mikael Magnusson
2011-08-14 23:25 ` Michael Shick
2011-08-14 23:28 ` Vincent Lefevre
2011-08-14 23:44   ` TJ Luoma
2011-08-15  0:12 ` Bart Schaefer
2011-08-15  1:28   ` Vincent Lefevre

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).