Im having some problems to write a shell script which will give a certain type of file in the current directory.
I.e if i want to delete a certain type of extensions like .psd or jpeg, i m having some problem in logic to make a shell script. The script which i want now it should ask permission while deleting each extension like " want to delete it" if yes it should go and delete that particular file. anyone has snippet code for it.