Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[[ -o interactive ]] vs if [[ -o login ]]?
- X-seq: zsh-users 16224
- From: TJ Luoma <luomat@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: [[ -o interactive ]] vs if [[ -o login ]]?
- Date: Sun, 14 Aug 2011 18:46:53 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=vI2JvzR1OGgPu88lnuCPUtHRM2FxmdknAU/MiuP3vJE=; b=tuHp1X0mNVE+jHeX6lQFBjRHwVz/IV3PygWl19Qn9K/SoOvvIlD2ys0yCWFsk1bB4N gIwZJCAge9dpPy99XPJNNE8yD6Of3tk3AsjCoyC4qMXWpVOuW8HZsuuGdFDmzKQIZOig 3JhogkmRsuB4UUpEq2JZoE3wWMYRg1Cmquofg=
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author