Navigation
  • Home
  • Recent
  • Most Active
  • Popular
  • Blog
  • Credits
  • RSS
  •   Interaction
  • Register
  • Statistics
  •   Help
  • Suggestions
  • Contact Us
  • How to Edit
  • Help



  • [Edit]



    In Unix-like operating systems, false is the command that always returns the value 1, which is regarded by the shell as the logical value false.

    This program takes no parameters.

    It can be used to make a sequence of otherwise useful commands to fail, as in the example:
    make … && false

    false is considered to be more portable than true due to the fact that even if it is absent in the system, the call to it will fail, thus returning the correct value false.


        False (Unix)
            See also

    top

    See also






     
    Search more:
     

       
    Source Privacy License Download Contact Us Atlas
    Scientus.org Dictionary (Yet Another Wiki) RC : 1.39
    This article is licensed under the GNU Free Documentation License [copyleft]. It uses material from the Wikipedia article "False (Unix)". link