Raspberry Pi - Data Logging and Databases
Identify the error in this script snippet for cleaning logs:
log_dir="/var/log" find $log_dir -type f -mtime +30 -delete
log_dir="/var/log" find $log_dir -type f -mtime +30 -delete
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions