Talk:True and false (commands)
It is of interest to the following WikiProjects:
untitled
[edit ]I've removed the stub entry
Is there anything more to tell about true?
--Carpetsmoker 04:56, 29 July 2006 (UTC) [reply ]
Just possibly that in SCO (and probably other SYSV variants that /bin/true is (was) actually a 0 length file. With no "magic" in the header, the shell presumed it a script. Immediately hitting EOF and having executed no failing instructions, the shell returned "success" which is 0 which is "true."
Possibly too trivial--I'm new here.... —The preceding unsigned comment was added by 208.8.57.16 (talk) 14:27, August 21, 2007 (UTC)
Merge with false (unix)
[edit ]true(unix) and false(unix) should be merged, since they make antagon things. --Fixman (talk) 22:37, 2 April 2008 (UTC) [reply ]
- You are an idiot. They are two different UNIX comands. --BrownGez (talk) 22:52, 31 May 2009 (UTC) [reply ]
- I agree. true and false are two different commands with different meaning. Article should be splitted. --DaBler (talk) 22:44, 27 February 2010 (UTC) [reply ]
- I agree that the commands should not share an article. I think calling someone an idiot is overboard. Stevebroshar (talk) 20:09, 3 August 2025 (UTC) [reply ]
Why not same classical logic has 1=true and 0=false
[edit ]Investigate and tell —Preceding unsigned comment added by Foryourinfo (talk • contribs) 18:07, 27 July 2010 (UTC) [reply ]
Because, with apologies to Tolstoy, All successful program executions are alike, but each of up to 255 failed program executions may fail in their own fashion. 213.121.9.190 (talk) 19:19, 19 April 2018 (UTC) [reply ]
Setting variables with :
[edit ]I think this section is misleading. "It is also used as a no-op dummy command for side-effects such as assigning default values to shell variables through the ${parameter:=word} parameter expansion form.[2]". Looking at the reference, there's nothing about ${parameter:=word} and whilst that does set the value of the variable if it's empty, I don't believe this colon has anything to do with the null command (except that it's also a colon). rmwiseman (talk) 12:34, 8 August 2019 (UTC) [reply ]
Is false required to return 1?
[edit ]According to the standards here, the only requirement is for the return code to be non-zero. Linux seems to choose 1, as does the bash builtin, but on illumos (and Solaris?) it's 255. — Preceding unsigned comment added by 82.2.238.102 (talk) 21:56, 12 February 2020 (UTC) [reply ]