I am trying to write a one line command, which delete files
and ignoring the case sensitivity. For example, I have three files and they can be upper or lower case and I want to delete them all.
xyz045.dat
abc002.dat
ABC003.dat
abc056.dat
I need to delete only abc's files it does not matter what case they arrive. (no grep)
Thanks
Alphaa
and ignoring the case sensitivity. For example, I have three files and they can be upper or lower case and I want to delete them all.
xyz045.dat
abc002.dat
ABC003.dat
abc056.dat
I need to delete only abc's files it does not matter what case they arrive. (no grep)
Thanks
Alphaa