pad.1 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. .TH pad 1 "Mar 2014" "plc-utils-2.1.6" "Qualcomm Atheros Powerline Toolkit"
  2. .SH NAME
  3. pad - file pad utility
  4. .SH SYNOPSIS
  5. .BR pad
  6. .RI [ options ]
  7. .IR file
  8. .RI [ file ]
  9. .RI [ ... ]
  10. .PP
  11. .BR pad
  12. .RI [ options ]
  13. .RI [< stdin ]
  14. .RI [> stdout ]
  15. .SH DESCRIPTION
  16. .SH OPTIONS
  17. .TP
  18. -\fBb \fIblocksize\fR
  19. The blocksize in bytes.
  20. Each input file is padded to an even multiple of bytes and appended to stdout.
  21. The effect is stdout will be a multiple of blocksize bytes.
  22. The default blocksize is \fB4\fR bytes.
  23. .TP
  24. .BR -q
  25. Enable quiet mode which has no effect.
  26. .TP
  27. .RB - v
  28. Append the input filename to each line of program output.
  29. .TP
  30. .RB - ? ,-- help
  31. Print program help summary on stdout.
  32. This option takes precedence over other options on the command line.
  33. .TP
  34. .RB - ! ,-- version
  35. Print program version information on stdout.
  36. This option takes precedence over other options on the command line.
  37. Use this option when sending screen dumps to Atheros Technical Support so that they know exactly which version of the Linux Toolkit you are using.
  38. .SH ARGUMENTS
  39. .TP
  40. .IR file
  41. A filename.
  42. No assumptions are made based on filename and no filename conventions are enforced.
  43. More than one filename may appear on the command line.
  44. If no filename appears then input is read from stdin.
  45. .SH EXAMPLES
  46. None.
  47. .SH SEE ALSO
  48. .BR pad ( 1 )
  49. .SH CREDITS
  50. Charles Maier <cmaier@qca.qualcomm.com>