check_all_local_disks.cfg-sample check_nrpe.cfg-sample check_nwstat.cfg-sample
[root@73 hj]# ls
check_all_local_disks.cfg check_nrpe.cfg check_nwstat.cfg
check_all_local_disks.cfg-sample check_nrpe.cfg-sample check_nwstat.cfg-sample
[root@73 hj]# ls|awk -F"-sample" '{print "mv "$0" "$1""}'|sh
[root@73 hj]# ls
check_all_local_disks.cfg check_nrpe.cfg check_nwstat.cfg
check_all_local_disks.cfg-sample check_nrpe.cfg-sample check_nwstat.cfg-sample
[root@73 hj]# rename "-sample" "" *
[root@73 hj]# ls
check_all_local_disks.cfg check_nrpe.cfg check_nwstat.cfg
check_all_local_disks.cfg check_nrpe.cfg check_nwstat.cfg
[root@73 hj]# rename "cfg" "cfg-aa" *
[root@73 hj]# ls
check_all_local_disks.cfg-aa check_nrpe.cfg-aa check_nwstat.cfg-aa