On Fri, Jan 15, 2021 at 02:45:08PM -0500, Khalid Baheyeldin wrote: > To rename files, I generate a script like this: > > ls | grep "whatever" | awk '{print "mv ", $1, $1}' > x > # Edit using vim to remove the lines for the files I want to keep > sh x Thanks, nice idea :-) - Chris