is there any way to make the test command case-insensitive in bash? for example, making [ "abc" = "AbC" ] a true statement. Edit: nevermind, i figured it out.