To remove the trailing .OK on all files in this directory:

ls -d *.OK | sed 's/\(.*\).OK$/mv ”&” “\1”/' | sh'

notes/mass_renaming_with_sed.txt · Last modified: 2005/06/05 21:43 by 192.168.69.2