Help for this page

Select Code to Download


  1. or download this
    $ ls /tmp/11106920/
    
  2. or download this
    123456.tif    123_456.tif    666_666.jpeg    678_910.tif
    
  3. or download this
    $ perl -Mstrict -MPath::Tiny -wE 'path("/tmp/11106920")->visit( sub { 
    +say $_->basename(".tif") if /[0-9]+_[0-9]+\.tif/ } );'
    
  4. or download this
    678_910
    123_456