fedex 528 B

123456789101112131415161718192021222324252627
  1. .TH FEDEX 1
  2. .SH NAME
  3. fedex, ups, usps \- track shipments
  4. .SH SYNOPSIS
  5. .B fedex
  6. .I tracking-number
  7. .br
  8. .B ups
  9. .I tracking-number
  10. .br
  11. .B usps
  12. .I tracking-number
  13. .SH DESCRIPTION
  14. .I Fedex
  15. writes available shipment details for the given Federal Express 12-digit
  16. .I tracking-number
  17. on the standard output.
  18. .I Ups
  19. is similar, but takes a United Parcel Service 18-digit
  20. .IR tracking-number .
  21. .I Usps
  22. takes a US Post Office
  23. .IR tracking-number .
  24. .SH SOURCE
  25. .B /rc/bin
  26. .SH BUGS
  27. Redesigns of the source website can break these programs.