cat.1 528 B

1234567891011121314151617181920212223242526
  1. .TH CAT(1)
  2. .SH NAME
  3. cat \- print file contents to stdout
  4. .SH SYNOPSIS
  5. .B cat
  6. .RB [ --help ] [ FILE ]
  7. .SH DESCRIPTION
  8. Concatenate FILE to standard output (stdout).
  9. .P
  10. With no FILE, read standard input (stdin).
  11. .P
  12. .B --help
  13. Print a help message and exit.
  14. .P
  15. .SH EXAMPLES
  16. .B cat foobar
  17. Output foobar's content to standard output.
  18. .P
  19. .B cat
  20. Output standard input to standard output.
  21. .SH AUTHOR
  22. Written by Ferass EL HAFIDI as part of the fases
  23. project \- Ferass' Base System.
  24. .SH COPYRIGHT
  25. Copyright (C) 2022 Ferass EL HAFIDI.