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:
parent
0b9908f674
commit
22d3492b76
@ -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 < 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
|
||||
|
Loading…
Reference in New Issue
Block a user