#! /bin/bash

for f in ls *abc*.jpg;do mv $f echo ${f//_abc/} done