echo.msg 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. The Free Software Foundation claims no copyright on this file, taken
  2. from a posting to the public newsgroup net.sources.
  3. Path: mit-amt!mit-eddie!think!harvard!seismo!gatech!akgua!whuxlm!whuxl!houxm!ihnp4!stolaf!umn-cs!herndon
  4. From: herndon@umn-cs.UUCP
  5. Newsgroups: net.sources
  6. Subject: GNU Echo, Release 1
  7. Message-ID: <1600001@umn-cs.UUCP>
  8. Date: 28 Oct 85 18:23:00 GMT
  9. /* Written 12:22 pm Oct 28, 1985 by umn-cs!herndon in umn-cs:net.jokes */
  10. /* ---------- "GNU Echo, Release 1" ---------- */
  11. GNUecho(1) UNIX Programmer's Manual GNUecho(1)
  12. NAME
  13. echo - echo arguments
  14. SYNOPSIS
  15. echo [ options ] ...
  16. DESCRIPTION
  17. _^HE_^Hc_^Hh_^Ho writes its arguments separated by blanks and terminated
  18. by a newline on the standard output. Options to filter and
  19. redirect the output are as follows:
  20. -2 generate rhyming couplets from keywords
  21. -3 generate Haiku verse from keywords
  22. -5 generate limerick from keywords
  23. -a convert ASCII to ASCII
  24. -A disambiguate sentence structure
  25. -b generate bureaucratese equivalent (see -x)
  26. -B issue equivalent C code with bugs fixed
  27. -c simplify/calculate arithmetic expression(s)
  28. -C remove copyright notice(s)
  29. -d define new echo switch map
  30. -D delete all ownership information from system files
  31. -e evaluate lisp expression(s)
  32. -E convert ASCII to Navajo
  33. -f read input from file
  34. -F transliterate to french
  35. -g generate pseudo-revolutionary marxist catch-phrases
  36. -G prepend GNU manifesto
  37. -h halt system (reboot suppressed on Suns, Apollos, and
  38. VAXen, not supported on NOS-2)
  39. -i emulate IBM OS/VU (recursive universes not supported)
  40. -I emulate IBM VTOS 3.7.6 (chronosynclastic infundibulae
  41. supported with restrictions documented in IBM VTOS
  42. Printed 10/28/85 18 January 1983 1
  43. GNUecho(1) UNIX Programmer's Manual GNUecho(1)
  44. Reference Manual rev 3.2.6)
  45. -J generate junk mail
  46. -j justify text (see -b option)
  47. -k output "echo" software tools
  48. -K delete privileged accounts
  49. -l generate legalese equivalent
  50. -L load echo modules
  51. -M generate mail
  52. -N send output to all reachable networks (usable with -J,
  53. -K, -h options)
  54. -n do not add newline to the output
  55. -o generate obscene text
  56. -O clean up dirty language
  57. -p decrypt and print /etc/passwd
  58. -P port echo to all reachable networks
  59. -P1 oolcay itay
  60. -q query standard input for arguments
  61. -r read alternate ".echo" file on start up
  62. -R change root password to "RMS"
  63. -s suspend operating system during output (Sun and VAX BSD
  64. 4.2 only)
  65. -S translate to swahili
  66. -T emulate TCP/IP handler
  67. -t issue troff output
  68. -u issue unix philosophy essay
  69. -v generate reverberating echo
  70. -V print debugging information
  71. Printed 10/28/85 18 January 1983 2
  72. GNUecho(1) UNIX Programmer's Manual GNUecho(1)
  73. -x decrypt DES format messages (NSA secret algorithm CX
  74. 3.8, not distributed outside continental US)
  75. _^HE_^Hc_^Hh_^Ho is useful for producing diagnostics in shell programs
  76. and for writing constant data on pipes. To send diagnostics
  77. to the standard error file, do `echo ... 1>&2'.
  78. AUTHOR
  79. Richard M. Stallman
  80. Printed 10/28/85 18 January 1983 3