Search Results

-1
votes

Is 1 for TRUE or FALSE ?

In shell scripting, I wouldn't necessarily say that 0 = true, but rather that for most OS's, the execution of a program is expected to return an error status integer, which will be 0 if the program …