2007.11.01 14:09
[ in bash
In bash you can do something like that:
if [ true ]
then
echo aaa
fi
Do you know that this [ bracket is not any bash language construct (I mean, like ; semicolon) but just a command by itself? Just an executable file called [, sitting somewhere in some /bin! Try: which [
komentarze: powrót na stronę główną