1GSF(1) GNOME GSF(1)
2
3
4
6 gsf - archiving utility using the G Structured File library
7
8
10 gsf [OPTION...] SUBCOMMAND ARCHIVE...
11
12
14 This manual page briefly documents the gsf command.
15
16 gsf is a simple archive utility, somewhat similar to tar(1). It oper‐
17 ates on files following one of the structured file formats understood
18 by the G Structured File library, for example, Microsoft Excel(TM)
19 files.
20
21
23 Options
24 -?, --help
25 Show help options
26
27 -v, --version
28 Display gsf's version
29
30
31 Subcommands
32 cat Output one or more files in archive
33
34 dump Dump one or more files in archive as formatted hexadecimal
35
36 help List subcommands
37
38 list List files in archive
39
40 props Archive list of property names
41
42
44 To list the content structure of a Microsoft Excel(TM) file arrays.xls:
45
46 gsf list arrays.xls
47
48 To dump Workbook, an individual data stream in arrays.xls:
49
50 gsf dump arrays.xls Workbook
51
53 gsf's primary authors are Morten Welinder <terra@gnome.org> and Jody
54 Goldberg <jody@gnome.org>.
55
56 The initial version of this manpage was written by J.H.M. Dassen (Ray)
57 <jdassen@debian.org>.
58
59
61 gnumeric(1)
62
63 The Gnumeric homepage ⟨http://www.gnome.org/projects/gnumeric/⟩
64
65 The GNOME project page ⟨http://www.gnome.org/⟩
66
67
68
69gsf 29 November 2009 GSF(1)