Sunday, 3 May 2009

Rename Files

In this example it removes the extension ".auto" (the "\." is required in the find expression).

find -name "*.auto" -print0 | xargs -0 rename 's/\.auto//'

0 comments:

iantheteacher

Planet ILUG