#!/bin/bash
rm  ini.pdb lsf* opt*pdb inp.?.? out.?.? *restart* ch-*
#remove files:
#		   ^ all files which starts from "opt" and ends by "pdb". For example opt121232131pdb would be removed
#			   ^ ? means one arbitrary letter. For example inp.1.2 will be removed but not inp.11.2 or inp.1.22
#					    ^ all files which contains "restart" in their file names
#						    ^ all files which names starts from ch-
