Bug 7554 - RFE: allow logical AND operator in 'smbclient -c'
Summary: RFE: allow logical AND operator in 'smbclient -c'
Status: NEW
Alias: None
Product: Samba 3.5
Classification: Unclassified
Component: SMB2 (show other bugs)
Version: 3.5.4
Hardware: Other Linux
: P3 normal
Target Milestone: ---
Assignee: Jeremy Allison
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-05 12:28 UTC by Enrico Scholz
Modified: 2010-07-05 12:28 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Enrico Scholz 2010-07-05 12:28:00 UTC
To ease scripting, it would be nice when the -c option supports an && operator. E.g. it would allow something like

| smbclient ... -c 'put foo foo.tmp && rename -f foo.tmp tmp'