File: sccainfo.1

package info (click to toggle)
libscca 20170105-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 12,312 kB
  • ctags: 5,334
  • sloc: ansic: 181,774; sh: 5,663; makefile: 1,247; python: 295; sed: 16
file content (60 lines) | stat: -rw-r--r-- 1,386 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
.Dd March 24, 2014
.Dt sccainfo
.Os libscca
.Sh NAME
.Nm sccainfo
.Nd determines information about a Windows Prefetch File (PF)
.Sh SYNOPSIS
.Nm sccainfo
.Op Fl ahvV
.Va Ar source
.Sh DESCRIPTION
.Nm sccainfo
is a utility to determine information about a Windows Prefetch File (PF)
.Pp
.Nm sccainfo
is part of the
.Nm libscca
package.
.Nm libscca
is a library to access the Windows Prefetch File (PF) format
.Pp
.Ar source
is the source file.
.Pp
The options are as follows:
.Bl -tag -width Ds
.It Fl a
shows allocation information
.It Fl h
shows this help
.It Fl v
verbose output to stderr
.It Fl V
print version
.El
.Sh ENVIRONMENT
None
.Sh FILES
None
.Sh EXAMPLES
.Bd -literal
# sccainfo CMD.EXE-4A81B364.pf
sccainfo 20110704

Windows Prefetch File (PF) information:
	...

.Ed
.Sh DIAGNOSTICS
Errors, verbose and debug output are printed to stderr when verbose output \-v is enabled.
Verbose and debug output are only printed when enabled at compilation.
.Sh BUGS
Please report bugs of any kind to <joachim.metz@gmail.com> or on the project website:
https://github.com/libyal/libscca/
.Sh AUTHOR
These man pages were written by Joachim Metz.
.Sh COPYRIGHT
Copyright (C) 2011-2017, Joachim Metz <joachim.metz@gmail.com>.
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
.Sh SEE ALSO