I want to delete files older then x days on a samba share using the smbclient command like:
smbclient //MYSERVER/MYSHARE -A /root/.smbclient -c "dir <mask>";
What do I need to put in < mask > to do this? Or is there another approach?
|
I want to delete files older then x days on a samba share using the smbclient command like:
What do I need to put in < mask > to do this? Or is there another approach?
| |||||
feedback
|