[oclug] changing suffix

James bjlockie at lockie.ca
Mon Jun 14 17:59:09 EDT 2010


  I am trying tro change the suffix of files that end in .a.b to .b

I tried (to echo first):
for f in *\.a\.bl; do echo ${f#\.a\}.b; done



More information about the OCLUG mailing list