Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xzless(1) [suse man page]

XZLESS(1)							     XZ Utils								 XZLESS(1)

NAME
xzless, lzless - view xz or lzma compressed (text) files SYNOPSIS
xzless [file...] lzless [file...] DESCRIPTION
xzless is a filter that displays pagefulls of uncompressed text from compressed file(s) to a terminal. It works on files compressed with xz(1) or lzma(1). If no files are given, xzless reads from standard input. xzless uses less(1) as its only pager. Unlike xzmore, the choice of pagers is not alterable by an environment variable. Commands are based on both more(1) and vi(1), and allow back and forth movement and searching. See the less(1) manual for more information. The command named lzless is provided for backward compatibility with LZMA Utils. ENVIRONMENT
LESSMETACHARS A list of characters special to the shell. Set by xzless unless it is already set in the environment. LESSOPEN Set to a command line to invoke the xz(1) decompressor for preprocessing the input files to less(1). SEE ALSO
less(1), xz(1), xzmore(1), zless(1) Tukaani 2009-07-05 XZLESS(1)

Check Out this Related Man Page

XZLESS(1)							     XZ Utils								 XZLESS(1)

NAME
xzless, lzless - view xz or lzma compressed (text) files SYNOPSIS
xzless [file...] lzless [file...] DESCRIPTION
xzless is a filter that displays text from compressed files to a terminal. It works on files compressed with xz(1) or lzma(1). If no files are given, xzless reads from standard input. xzless uses less(1) to present its output. Unlike xzmore, its choice of pager cannot be altered by setting an environment variable. Com- mands are based on both more(1) and vi(1) and allow back and forth movement and searching. See the less(1) manual for more information. The command named lzless is provided for backward compatibility with LZMA Utils. ENVIRONMENT
LESSMETACHARS A list of characters special to the shell. Set by xzless unless it is already set in the environment. LESSOPEN Set to a command line to invoke the xz(1) decompressor for preprocessing the input files to less(1). SEE ALSO
less(1), xz(1), xzmore(1), zless(1) Tukaani 2010-09-27 XZLESS(1)
Man Page

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

renaming a compressed file to filename without .Z

In a shell script I would like to use a compressed file name, i.e. with suffix of .Z, as a file input $1. After the file in uncompressed, I would like to use the file name without the .Z . How do I do this? Thank you. (8 Replies)
Discussion started by: bruceps
8 Replies

2. UNIX for Dummies Questions & Answers

delete files using awk

The code below works for finding files created in 2005 that are compressed. How do I delete these files? Do I substitute rm -f for the print $0 ? here's the code that finds the 2005 compressed files (ls -lR | awk '$8 == "2005" && $9 ~ /Z$/ {print $0}') thanks for your help!!! (2 Replies)
Discussion started by: igidttam
2 Replies

3. UNIX for Advanced & Expert Users

file command

Hi, we are using sun solaris 9 os. I want to know how the file command works? How does it differentiate text files, data files and other files ? Is there any relationship between environmental variables and file command? (3 Replies)
Discussion started by: rprajendran
3 Replies

4. UNIX for Dummies Questions & Answers

Working of file command

Hi, we are using sun solaris 9 os. I want to know how the file command works? How does it differentiate text files, data files and other files ? Is there any relationship between environmental variables and file command? (2 Replies)
Discussion started by: rprajendran
2 Replies

5. Shell Programming and Scripting

lzma details ,pls help!!!

Hi all, I am working on a OS which is in the livecd fomat(its also installable).. the issues is that its LZMA -7 compressed!!! After a few unsuccessful attempts ,Is when i figured out that it was lzma compressed..... Also am working on manipulating the ramdisk .. But when i tried a putback... (2 Replies)
Discussion started by: wrapster
2 Replies

6. UNIX for Dummies Questions & Answers

How to distribute compressed files as text?

Hello everybody, I've seen some text documents where they publish blocks of text and tell you to save it as "file.tgz" for example, and when you decompress the file, it actually works. How is that done? is there a program? Because i tried cat and doesn't work, tried less, more, hexedit and... (2 Replies)
Discussion started by: semash!
2 Replies