Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/env perl
    
    ...
    my ($file) = grep { /Screenshot-2024-02-23-at-1.05.14\s/ } @files;
    
    say $file;