Reputation: 1307
This is more of a general question, but I can't figure out how to google it since it's not regex matching.
Say I have a directory with
install_script
Install_script
[and to make it difficult]
xstall_script
If I want to remove just the install scripts, how do I do it?
I'm thinking something along the lines of
rm [iI]nstall_script
but that doesn't work.
Is there a class-specifier-like utility in bash?
Upvotes: 1
Views: 55