Help for this page

Select Code to Download


  1. or download this
    sub resize_images  {
    use 5.010;
    ...
      close $fh;
      }
    }
    
  2. or download this
    $ cat helper1.sh
    cd /home/fred/Desktop/root3/pages/raiders/template_stuff/aimages 
    ls -lt >>text1.txt
    mogrify -resize 40.04%s
    $