<p>Looking for a command name. Google is not my friend</p>
<p>Usage: &lt;command&gt; &#39;string&#39; <br>
It echos string to any avail stdin. Really useful to toss a password into for a long series of logins. <br>
Scanning /usr/bin not helping.</p>
<p>For I on $(seq 1 254) do<br>
&lt;command&gt; &#39;mypass&#39; ssh me@host rpm -qa|grep foo<br>
Done</p>