echo.1 503 B

123456789101112131415161718192021222324252627282930313233
  1. ECHO(1) "fases core"
  2. # NAME
  3. echo \- Write a string to standard output
  4. # SYNOPSIS
  5. *echo* [*string*] ...
  6. # DESCRIPTION
  7. Write a string to standard output (stdout).
  8. # EXAMPLES
  9. *echo foobar*
  10. Output the string "foobar" to standard output.
  11. *echo foo bar baz*
  12. Output the string "foo bar baz" to standard output.
  13. # AUTHOR
  14. Written by Ferass EL HAFIDI as part of the fases
  15. project.
  16. Source code is at http://git.vitali64.duckdns.org/utils/fases.git.
  17. # COPYRIGHT
  18. Copyright (C) 2022 Ferass EL HAFIDI