1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-03 12:58:35 +03:00

Avoid useless use of 'cat'. Fix bug #4704. Thanks Christian Perrier <bubulle@debian.org> for reporting!

Karolin
(This used to be commit 22d3492b76a96828650cf5e8e3ac8abe68634abf)
This commit is contained in:
Karolin Seeger 2008-01-08 10:30:33 +00:00 committed by Gerald W. Carter
parent 6ecf4cd4bd
commit 23f405a42e

View File

@ -212,11 +212,10 @@
</para>
<para>
One useful trick is to cat the message through <command>smbclient</command>. For example:
<programlisting>
<command>cat mymessage.txt | smbclient -M FRED </command>
</programlisting>
will send the message in the file <filename>mymessage.txt</filename> to the machine FRED.
One useful trick is to pipe the message through <command>smbclient</command>.
For example: smbclient -M FRED &lt; mymessage.txt will send the
message in the file <filename>mymessage.txt</filename> to the
machine FRED.
</para>
<para>You may also find the <parameter>-U</parameter> and