[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: code retour de test -s incorrect.
From: |
Philip Rowlands |
Subject: |
Re: code retour de test -s incorrect. |
Date: |
Thu, 5 Mar 2009 15:59:06 +0000 (GMT) |
User-agent: |
Alpine 1.10 (DEB 962 2008-03-14) |
On Thu, 5 Mar 2009, Marc POIRIER wrote:
# ls
# NOM.htm <- En minuscules
# [ -s NOM.HTM ]
# echo $?
# 0 <- Devrait indiquer 1
What is the output of the following command (on Linux)?
# strace -e trace=file [ -s NOM.HTM ]
Cheers,
Phil