Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: problem with [[ -s /some/file ]] under 3.0.4
- X-seq: zsh-workers 3334
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: luomat@xxxxxxxx, zsh-workers@xxxxxxxxxxxxxxx
- Subject: Re: problem with [[ -s /some/file ]] under 3.0.4
- Date: Tue, 1 Jul 1997 22:54:21 -0700
- In-reply-to: <199707012222.SAA22323@xxxxxxxxxxxxx>
- References: <199707012222.SAA22323@xxxxxxxxxxxxx>
On Jul 1, 6:22pm, Timothy Luoma wrote:
} Subject: problem with [[ -s /some/file ]] under 3.0.4
}
} /bin/rm -f /tmp/filezero
} touch /tmp/filezero
} if [[ -s /tmp/filezero ]]
} then
} echo yes
} else
} echo no
} fi
}
} result: yes
I'm not able to reproduce this.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author