1LSAR(1) User Commands LSAR(1)
2
3
4
6 lsar - list archive file contents
7
9 lsar [OPTION]... ARCHIVE...
10
12 List the contents of ARCHIVEs.
13
15 -l, -long
16 Print more information about each file in the archive.
17
18 -L, -verylong
19 Print all available information about each file in the archive.
20
21 -t, -test
22 Test the integrity of the files in the archive, if possible.
23
24 -p, -password PASSWORD
25 The password to use for decrypting protected archives.
26
27 -e, -encoding ENCODING
28 The encoding to use for filenames in the archive, when it is not
29 known. If not specified, the program attempts to auto-detect
30 the encoding used. Use "help" or "list" as the argument to give
31 a listing of all supported encodings.
32
33 -E, -password-encoding ENCODING
34 The encoding to use for the password for the archive, when it is
35 not known. If not specified, then either the encoding given by
36 the -encoding option or the auto-detected encoding is used.
37
38 -pe, -print-encoding
39 Print the auto-detected encoding and the confidence factor after
40 the file list.
41
42 -i, -indexes
43 Instead of specifying the files to list as filenames or wildcard
44 patterns, specify them as indexes.
45
46 -j, -json
47 Print the listing in JSON format.
48
49 -ja, -json-ascii
50 Print the listing in JSON format, encoded as pure ASCII text.
51
52 -nr, -no-recursion
53 Do not attempt to list the contents of archives contained in
54 other archives. For instance, when listing a .tar.gz file, only
55 list the .tar file and not its contents.
56
57 -h, -help
58 Display help information.
59
60 -v, -version
61 Print version and exit.
62
64 unar(1)
65
66
67
68The Unarchiver 2011-09-26 LSAR(1)