Help for this page

Select Code to Download


  1. or download this
    ls | perl -nle '$a=$_;s/.*?(S\d\dE\d\d).*?\.(avi|srt)/LikeABoss${1}Yea
    +h.$2/;print  "$a => $_"'
    
  2. or download this
    ls | perl -nle '$a=$_;s/.*?(S\d\dE\d\d).*?\.(avi|srt)/LikeABoss${1}Yea
    +h.$2/;rename $a,$_'
    
  3. or download this
    ls | wc -l
    
  4. or download this
    ls | perl -nle '$a=$_;s/.*?(S\d\dE\d\d).*?\.(avi|srt)/LikeABoss${1}Yea
    +h.$2/;$h{$_}++}{print scalar keys%h'