Help for this page

Select Code to Download


  1. or download this
    file-rename 's/^[^.]+\.//; s/\.[^.]+$//' ...
    
  2. or download this
    file-rename 's/^/sprintf "%02d. ", $NR/' ...
    
  3. or download this
    file-rename -Tutf8 '$_ = ucfirst' -f ...
    
  4. or download this
    file-rename 's/^/old-/' -N ../*
    
  5. or download this
    file-rename --rename=rotate-left file1 file2 file3 file4
    
  6. or download this
    file-rename --rename=rotate-right file1 file2 file3 file4
    
  7. or download this
    file-rename --rename=swap file1 file2 file3 file4
    
  8. or download this
    file-rename --rename=flip file1 file2 file3 file4
    
  9. or download this
    #!/usr/bin/env perl
    
    ...
    # ====================================================================
    +=====
    
    # EOF