In this example it removes the extension ".auto" (the "\." is required in the find expression).
find -name "*.auto" -print0 | xargs -0 rename 's/\.auto//'
Sunday, 3 May 2009
Subscribe to:
Post Comments (Atom)
Notes, Scripts, Fixes and How-Tos for Linux (& Windows).
0 comments:
Post a Comment