Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: problem with [[ -s /some/file ]] under 3.0.4



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