Search Results

Search: Posts Made By: CarloM
1,712
Posted By CarloM
It's a glob rather than a regex, but I think you...
It's a glob rather than a regex, but I think you are correct - fnmatch still uses LC_COLLATE, as far as I can tell.

I can't check right now, but I presume it's being changed from default in that...
1,712
Posted By CarloM
That works! WHY does it work? :)
That works!

WHY does it work? :)
1,712
Posted By CarloM
30 10 * * * /usr/bin/find...
30 10 * * * /usr/bin/find /wsbj/logs/mgr/webServiceLogs -type f \( \( -name '[a-Z]*' \) -a \( -mtime +30 \) \) > /home/mgr/wsl_find2.out
30 10 * * * /usr/bin/find /wsbj/logs/mgr/webServiceLogs -type...
1,712
Posted By CarloM
Nothing I can find in /var/log, besides the...
Nothing I can find in /var/log, besides the actual cron command.

With \* nothing is found even in interactive.
1,712
Posted By CarloM
52 09 * * * (/usr/bin/find...
52 09 * * * (/usr/bin/find /wsbj/logs/mgr/webServiceLogs -type f -name '[a-Z]*' -mtime +30) > /home/mgr/wsl_find2.out
Same result, nothing found.
1,712
Posted By CarloM
Find with name not working from crontab
find without -name works fine.
find with -name '[a-Z]*' works from interactive bash, but not from cron.

mgr@someplace:~$ crontab -l | grep wsl
17 09 * * * /usr/bin/find...
Showing results 1 to 6 of 6

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