weather 640 B

1234567891011121314151617181920212223242526272829303132333435
  1. .TH WEATHER 1
  2. .SH NAME
  3. weather \- print weather report
  4. .SH SYNOPSIS
  5. .B weather
  6. [
  7. .I air
  8. ] [
  9. .I st
  10. ]
  11. .SH DESCRIPTION
  12. .I Weather
  13. prints the local conditions and seven-day forecast most recently reported at the
  14. .SM US
  15. airport with the three-letter location identifier
  16. .IR air .
  17. Given a two-letter
  18. .SM US
  19. state abbreviation
  20. .I st
  21. instead,
  22. .I weather
  23. prints a table of
  24. .I air
  25. location identifiers known for
  26. .IR st .
  27. .PP
  28. The arguments are mutually exclusive and case-insensitive.
  29. If neither is given,
  30. .I air
  31. defaults to location identifier
  32. .BR ewr ,
  33. designating the Newark, NJ, airport near Bell Labs, Murray Hill.
  34. .SH SOURCE
  35. .B /rc/bin/weather