false.rst 293 B

12345678910111213141516171819202122232425262728
  1. false command
  2. =============
  3. Synopsis
  4. --------
  5. ::
  6. false
  7. Description
  8. -----------
  9. The false command sets the return value $? to 1 (false).
  10. Example
  11. -------
  12. ::
  13. => false; echo $?
  14. 1
  15. =>
  16. Configuration
  17. -------------
  18. The false command is only available if CONFIG_HUSH_PARSER=y.