xzmore.1 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. .\"
  2. .\" Original zdiff.1 for gzip: Jean-loup Gailly
  3. .\" Modifications for XZ Utils: Lasse Collin
  4. .\"
  5. .\" License: GNU GPLv2+
  6. .\"
  7. .TH XZMORE 1 "2013-06-30" "Tukaani" "XZ Utils"
  8. .SH NAME
  9. xzmore, lzmore \- view xz or lzma compressed (text) files
  10. .SH SYNOPSIS
  11. .B xzmore
  12. .RI [ file... ]
  13. .br
  14. .B lzmore
  15. .RI [ file... ]
  16. .SH DESCRIPTION
  17. .B xzmore
  18. is a filter which allows examination of
  19. .BR xz (1)
  20. or
  21. .BR lzma (1)
  22. compressed text files one screenful at a time
  23. on a soft-copy terminal.
  24. .PP
  25. To use a pager other than the default
  26. .B more,
  27. set environment variable
  28. .B PAGER
  29. to the name of the desired program.
  30. The name
  31. .B lzmore
  32. is provided for backward compatibility with LZMA Utils.
  33. .TP
  34. .BR e " or " q
  35. When the prompt \-\-More\-\-(Next file:
  36. .IR file )
  37. is printed, this command causes
  38. .B xzmore
  39. to exit.
  40. .TP
  41. .B s
  42. When the prompt \-\-More\-\-(Next file:
  43. .IR file )
  44. is printed, this command causes
  45. .B xzmore
  46. to skip the next file and continue.
  47. .PP
  48. For list of keyboard commands supported while actually viewing the
  49. content of a file, refer to manual of the pager you use, usually
  50. .BR more (1).
  51. .SH "SEE ALSO"
  52. .BR more (1),
  53. .BR xz (1),
  54. .BR xzless (1),
  55. .BR zmore (1)