Search Results

Search: Posts Made By: vbe
1,703
Posted By vbe
I corrected - I left one backslash too much at...
I corrected - I left one backslash too much at the end..., see I am not sure what your cron uses as "basic" shell and so what it understand in '[a-Z]*'
1,703
Posted By vbe
/usr/bin/find /wsbj/logs/mgr/webServiceLogs ...
/usr/bin/find /wsbj/logs/mgr/webServiceLogs \(\(-type f -mtime +30 \) -a -name '[a-Z]*' \) ... or \* ?
1,703
Posted By vbe
Nothing found and no errors to look at in logs?...
Nothing found and no errors to look at in logs? Its the * ... should it be masked by \ like in very old syntax?
1,703
Posted By vbe
Have you tried using parenthesis: ...
Have you tried using parenthesis:
(/usr/bin/find /wsbj/logs/mgr/webServiceLogs -type f -name '[a-Z]*' -mtime +30) > /...

possibly Its '[a-Z]*' that is misundestood by cron in that form......
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 02:23 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy