This file is indexed.

/usr/share/doc/libdbix-easy-perl/dbs_printtab.man.html is in libdbix-easy-perl 0.17-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>dbs_printtab - Prints SQL table data on standard output</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:root@localhost" />
</head>

<body style="background-color: white">

<p><a name="__index__"></a></p>
<!-- INDEX BEGIN -->

<ul>

	<li><a href="#name">NAME</a></li>
	<li><a href="#description">DESCRIPTION</a></li>
	<li><a href="#command_line_parameters">COMMAND LINE PARAMETERS</a></li>
	<li><a href="#command_line_options">COMMAND LINE OPTIONS</a></li>
	<ul>

		<li><a href="#c_column__column___columns_column__column_"><strong>-c</strong>=COLUMN[,COLUMN], <strong>-columns</strong>=COLUMN[,COLUMN]</a></li>
		<li><a href="#sort_key__key_"><strong>-sort</strong>=KEY[,KEY]</a></li>
	</ul>

	<li><a href="#bugs">BUGS</a></li>
	<li><a href="#author">AUTHOR</a></li>
	<li><a href="#see_also">SEE ALSO</a></li>
</ul>
<!-- INDEX END -->

<hr />
<p>
</p>
<h1><a name="name">NAME</a></h1>
<p>dbs_printtab - Prints SQL table data on standard output</p>
<p>
</p>
<hr />
<h1><a name="description">DESCRIPTION</a></h1>
<p>dbs_printtab is an utility to print SQL table data on
standard output. dbs_printtab asks for a password if necessary.</p>
<p>
</p>
<hr />
<h1><a name="command_line_parameters">COMMAND LINE PARAMETERS</a></h1>
<p>Required command line parameters are the DBI driver
(<code>Pg</code> for Postgres or <code>mysql</code> for MySQL), the database name
and the table name. The fourth parameter is optionally
and specifies the database user and/or the host where the
database resides (<code>racke</code>, <code>racke@linuxia.de</code> or <code>@linuxia.de</code>).</p>
<p>
</p>
<hr />
<h1><a name="command_line_options">COMMAND LINE OPTIONS</a></h1>
<p>
</p>
<h2><a name="c_column__column___columns_column__column_"><strong>-c</strong>=COLUMN[,COLUMN], <strong>--columns</strong>=COLUMN[,COLUMN]</a></h2>
<p>The output is restricted to the given COLUMN arguments.</p>
<p>
</p>
<h2><a name="sort_key__key_"><strong>--sort</strong>=KEY[,KEY]</a></h2>
<p>The output is sorted by the KEY arguments.</p>
<p>
</p>
<hr />
<h1><a name="bugs">BUGS</a></h1>
<p>msql is not fully supported.</p>
<p>
</p>
<hr />
<h1><a name="author">AUTHOR</a></h1>
<p>Stefan Hornburg (Racke), <a href="mailto:racke@linuxia.de">racke@linuxia.de</a></p>
<p>
</p>
<hr />
<h1><a name="see_also">SEE ALSO</a></h1>
<p>perl(1), DBIx::Easy(3)</p>

</body>

</html>