.Dd March 14, 2019
.Dt sccainfo
.Os libscca
.Sh NAME
.Nm sccainfo
.Nd determines information about a Windows Prefetch File (PF)
.Sh SYNOPSIS
.Nm sccainfo
.Op Fl ahvV
.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-2020, 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