Compare commits

..

2 Commits

Author SHA1 Message Date
56b2221f48 renamed txt file 2024-12-16 10:58:07 +00:00
d62ab3042a script to log can intended to be called once a da from crontab placed in
home directory
2024-12-16 10:56:23 +00:00
2 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ find . -type f -name "*.log" -exec rm -f {} \;
/usr/bin/candump -l -t A can0 & /usr/bin/candump -l -t A can0 &
# Find and delete .log files older than one month # Find and delete .log.zip files older than one month
# #
find . -type f -name "*.log.zip" -mtime +30 -exec rm -f {} \; find . -type f -name "*.log.zip" -mtime +30 -exec rm -f {} \;