Guest User

Untitled

a guest
May 31st, 2012
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. TRUE(1) User Commands TRUE(1)
  2.  
  3. NAME
  4. true - do nothing, successfully
  5.  
  6. SYNOPSIS
  7. true [ignored command line arguments]
  8. true OPTION
  9.  
  10. DESCRIPTION
  11. Exit with a status code indicating success.
  12.  
  13. --help display this help and exit
  14.  
  15. --version
  16. output version information and exit
  17.  
  18. NOTE: your shell may have its own version of true, which usually supersedes the version described here. Please refer to your shell's documentation for
  19. details about the options it supports.
  20.  
  21. AUTHOR
  22. Written by Jim Meyering.
  23.  
  24. REPORTING BUGS
  25. Report true bugs to [email protected]
  26. GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
  27. General help using GNU software: <http://www.gnu.org/gethelp/>
  28. Report true translation bugs to <http://translationproject.org/team/>
  29.  
  30. COPYRIGHT
  31. Copyright © 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
  32. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
  33.  
  34. SEE ALSO
  35. The full documentation for true is maintained as a Texinfo manual. If the info and true programs are properly installed at your site, the command
  36.  
  37. info coreutils 'true invocation'
  38.  
  39. should give you access to the complete manual.
  40.  
  41. GNU coreutils 8.17 May 2012 TRUE(1)
  42. Manual page true(1) line 1/45 (END) (press h for help or q to quit)
Advertisement
Add Comment
Please, Sign In to add comment