Help for this page

Select Code to Download


  1. or download this
    find: incomplete statement
  2. or download this
    Argument for -c ends in backslash.
  3. or download this
    # 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: $!";