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 -t, -test
19 Test the integrity of the files in the archive, if possible.
20
21 -p, -password PASSWORD
22 The password to use for decrypting protected archives.
23
24 -e, -encoding ENCODING
25 The encoding to use for filenames in the archive, when it is not
26 known. If not specified, the program attempts to auto-detect
27 the encoding used. Use "help" or "list" as the argument to give
28 a listing of all supported encodings.
29
30 -E, -password-encoding ENCODING
31 The encoding to use for the password for the archive, when it is
32 not known. If not specified, then either the encoding given by
33 the -encoding option or the auto-detected encoding is used.
34
35 -pe, -print-encoding
36 Print the auto-detected encoding and the confidence factor after
37 the file list.
38
39 -i, -indexes
40 Instead of specifying the files to list as filenames or wildcard
41 patterns, specify them as indexes.
42
43 -j, -json
44 Print the listing in JSON format.
45
46 -ja, -json-ascii
47 Print the listing in JSON format, encoded as pure ASCII text.
48
49 -nr, -no-recursion
50 Do not attempt to list the contents of archives contained in
51 other archives. For instance, when listing a .tar.gz file, only
52 list the .tar file and not its contents.
53
54 -h, -help
55 Display help information.
56
58 unar(1)
59
60
61
62The Unarchiver 2011-09-26 LSAR(1)