in reply to Re: Renaming bunches of files
in thread Renaming bunches of files

$ which rename /usr/bin/rename $ head -n 5 `which rename` #!/usr/bin/perl -w # # This script was developed by Robin Barker (Robin.Barker@npl.co.uk), # from Larry Wall's original script eg/rename from the perl source. #