1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

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

Karolin
This commit is contained in:
Karolin Seeger 2008-01-08 10:30:33 +00:00 committed by Gerald W. Carter
parent 0b9908f674
commit 22d3492b76

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