Help for this page
# in my actual code, I had "rm" instead of "ls -l", but I figured this + would be safer in an example. system "/usr/local/bin/ssh $remote \"find $base_dir -mtime +$days -exe +c ls -l \\{} \\;\"" and warn "system: ssh: $!";