This file is indexed.

/usr/share/doc/expect-lite/expect-lite_press.html is in expect-lite 4.9.0-0ubuntu1.

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
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>

















<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"><title>expect-lite Buzz</title>

<meta name="description" content="Automation for the rest of us">
<meta name="keywords" content="test testing automation expec-lite script expect project google">
<meta name="author" content="Craig Miller">
<meta name="copyright" content="2007-2010 Craig MIller">
<meta name="contact_addr" content="">
<meta name="revisit-after" content="3 days">
<meta name="robots" content="all">
<meta name="distribution" content="global">
<link rel="stylesheet" type="text/css" href="el.css"></head><body>
<table style="text-align: left; width: 100%;" border="0" cellpadding="2" cellspacing="2">
<tbody class="page">
<tr>
<td style="vertical-align: top; width: 35%;"><br>
<div style="text-align: center;"><a href="index.html"><img style="border: 0px none ; font-weight: bold; width: 200px; height: 213px;" alt="greater than" src="keycap_200.jpg"></a><br>
<h1>expect-lite</h1>
<br>
<h2>Automation for the rest of us</h2>
</div>
<script type="text/javascript" src="js-side-menu.js"></script>
<noscript><br>Please Enable Javascript
to see Features, Downloads, and Docs </noscript>
</td>
<td style="vertical-align: middle; width: 1px;">
<img src="vbar.gif" style="width: 1px; height: 1100px;"></td>
<td style="vertical-align: top; width: 5%;"><br>
</td>
<td style="vertical-align: top;">
<!--- Begin of Right Column Content --->
<h2>What is being said about expect-lite?<!-- Intro -->
</h2>
      <h3>From 2008:</h3>
      <span style="font-style: italic; font-weight: bold;">Linux.com Review</span><br>
      <br>
Expect is a venerable tool for scripting interactive command-line
tools. One normally sees expect coupled with the TCL programming
language -- for example, in the DejaGNU test environment. Expect-lite
is a wrapper for expect designed to allow you to capture an interactive
session more directly mapped into a script. The expect-lite language
also includes simple conditionals and other programming language
elements, and can be readily mixed with bash programming. [<a href="http://archive09.linux.com/feature/128384">more</a>]<br>
      <h3>From 2010:</h3>
      <span style="font-weight: bold; font-style: italic;">Lee Schlesinger's Blog</span><br>
      <br>
Developer Craig Miller created expect-lite after leaving a job where he
worked with a proprietary automation language. "I wanted to use a more
standardized language like Expect, but it uses just too many curly
braces, and it is easy to create cryptic code, which is hard to debug.
I wanted to create a simple language that focused on getting the job
done, rather than making users spend hours learning and debugging.
Expect seemed like a good place to start. [<a href="http://schlesinger.us/blog/2010/07/23/expect-great-script-automation-from-expect-lite/">more</a>]<br>
      <br>
      <span style="font-weight: bold; font-style: italic;">Craig Dunn's Blog</span><br>
      <br>
I&#8217;ve recently been playing around with expect-lite, a wrapper for
expect that allows you to automatically login to hosts with telnet or
ssh to run commands on remote hosts without getting too much under the
bonnet of expect syntax. [<a href="http://www.craigdunn.org/2010/07/remote-control-with-expect-lite/">more</a>]<br>
      <br>
      <span style="font-weight: bold; font-style: italic;">Planet Ubuntu.es</span><br>
      <br>
When we want to write scripts that automatically perform a task such as
connecting to a server and write the password without requiring us to
be ahead, we often resort to use " expect ".&nbsp; But using a priori
expect is not as simple and requires some knowledge, to facilitate our
work, we can now also expect-lite. <br>
      <br>
expect-lite is a simple automation tool.&nbsp; Written in expect, this
deiseƱada to map directly interactive terminal session in a script
automation.&nbsp; Basically automation scripts can be created by
cutting and pasting text from one terminal and adding the characters
"&gt;" to what we send and "&lt;" to what we expect. So expect no
knowledge is required. [<a href="http://translate.google.com/translate?hl=en&amp;sl=es&amp;u=http://ubuntulife.wordpress.com/2010/07/31/expect-lite-automatizando-scripts-de-manera-sencilla/&amp;ei=-upUT7fMB6b10gH6mtjYDQ&amp;sa=X&amp;oi=translate&amp;ct=result&amp;resnum=4&amp;ved=0CDkQ7gEwAzgy&amp;prev=/search%3Fq%3Dexpect-lite%26start%3D50%26hl%3Den%26sa%3DN%26prmd%3Dimvns">more</a>, translated <a href="http://ubuntulife.wordpress.com/2010/07/31/expect-lite-automatizando-scripts-de-manera-sencilla/">from Spanish</a>]<br>
      <br>
      <h3>From 2012:</h3>
      <span style="font-weight: bold; font-style: italic;">antiCisco blogs</span><br>
      <br>
Unfortunately, most network equipment does not have any API for remote
management, and if so, often writing for a client to send multiple
commands did not justify the effort. <br>
      <br>
Fortunately, there has long been a tool to automate such tasks called
expect. And there is a more convenient wrapper to him under the name
expect-lite, which we are reviewing today.&nbsp; For example, we write
a script that will start the switch ports you want us to VLAN. [<a href="http://translate.google.com/translate?hl=en&amp;sl=ru&amp;u=http://www.anticisco.ru/blogs/%3Fp%3D1225&amp;ei=OulUT_v-Mo-y0QGtpLnlDQ&amp;sa=X&amp;oi=translate&amp;ct=result&amp;resnum=10&amp;ved=0CFgQ7gEwCTge&amp;prev=/search%3Fq%3Dexpect-lite%26start%3D30%26hl%3Den%26sa%3DN%26prmd%3Dimvns">more</a>, translated <a href="www.anticisco.ru/blogs/?p=1225">from Russian</a>]<br>
      <br>
      <span style="font-weight: bold;">Andy Han's Blog (based in Beijing)</span><br>
      <br>
I need to update more than 2000 Redhat servers' resolv.conf file<br>
expect is a good tool to achieve this, but expect-lite is cooler :) [<a href="http://andyhan.linuxdict.com/index.php/component/k2/item/150-expect-lite-very-useful-automation-tool">more</a>]<br>
<br>
      <h3>From 2013:</h3>

      <span style="font-weight: bold; font-style: italic;"></span><span style="font-weight: bold;">under-linux.org</span><br>
      <br>
The developers responsible for expect-lite, a wrapper for the Unix
Expect tool, just released version 4.6.0 of their software. Among the
new features include the inclusion of the foreach loop, and adding
functions of type string-math. The location of the configuration of SSH
login was also moved from the tool settings for the own configuration
file in the SSH client... [<a href="https://under-linux.org/content.php?r=6650-Expect-lite-4-6-0-Introduz-Loops-foreach">Original in Calician</a>]<br>
<br>
<h2>Where to get it?<!-- Download -->
</h2>
<p>The most recent version is always available on
SourceForge:</p>
<p style="font-weight: bold;"><a href="http://sourceforge.net/projects/expect-lite/files/"><big>Download
expect-lite</big></a></p>
<p></p>
<p></p>
<p></p>
<p><br>
</p>
<!--- End of Right Column Content --->
</td>
</tr>
</tbody>
</table>
<hr style="width: 100%; height: 2px;"><span style="font-style: italic;">3 May&nbsp; 2014<br>
</span><a href="http://expect-lite.sourceforge.net/"><small>http://expect-lite.sourceforge.net/</small></a><span style="font-style: italic;"><br>
</span><br>

<small><span style="font-style: italic;">this
document for version
4.7.0 and above</span><br style="font-style: italic;">
</small>
<br>


</body></html>