Reading filename using regexp in Bash
I am writing a bash script that calls an external program which generates a zip file of the form ########.zip which the ‘#’s# can be any decimal digit. There is no way to predict what the digits will be. So far I have been able to get by using the regexp [0-9][0-9]*zip for things like… Read More Reading filename using regexp in Bash